From f023e957b0892199b65c381a925c10d2eafb34ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Mon, 28 Nov 2022 20:01:44 +0100 Subject: [PATCH] fix: Fix the e2e tests on master (no-changelog) (#4746) --- cypress/e2e/6-code-node.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/6-code-node.cy.ts b/cypress/e2e/6-code-node.cy.ts index 490f9e4b0c..c1157492a0 100644 --- a/cypress/e2e/6-code-node.cy.ts +++ b/cypress/e2e/6-code-node.cy.ts @@ -4,7 +4,7 @@ const WorkflowPage = new WorkflowPageClass(); describe('Code node', () => { beforeEach(() => { - cy.task('db:reset'); + cy.resetAll(); cy.skipSetup(); });