fix: Fix HTTP Request node e2e test in full run (no-changelog) (#4728)

🐛 Reset state
This commit is contained in:
Iván Ovejero 2022-11-25 13:57:34 +01:00 committed by GitHub
parent aa3d9c7fea
commit 39a5dc57a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ const WorkflowPage = new WorkflowPageClass();
describe('HTTP Request node', () => {
beforeEach(() => {
cy.task('db:reset');
cy.skipSetup();
});