From 39a5dc57a84568671f5b505d7c103e482fee2d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 25 Nov 2022 13:57:34 +0100 Subject: [PATCH] fix: Fix HTTP Request node e2e test in full run (no-changelog) (#4728) :bug: Reset state --- cypress/e2e/4-http-request-node.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/4-http-request-node.cy.ts b/cypress/e2e/4-http-request-node.cy.ts index 3ba914b1aa..51a50fab45 100644 --- a/cypress/e2e/4-http-request-node.cy.ts +++ b/cypress/e2e/4-http-request-node.cy.ts @@ -6,6 +6,7 @@ const WorkflowPage = new WorkflowPageClass(); describe('HTTP Request node', () => { beforeEach(() => { + cy.task('db:reset'); cy.skipSetup(); });