fix: Fix the e2e tests on master (no-changelog) (#4746)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-11-28 20:01:44 +01:00
committed by GitHub
parent 622118f983
commit f023e957b0

View File

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