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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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