mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix: Fix the e2e tests on master (no-changelog) (#4746)
This commit is contained in:
parent
622118f983
commit
f023e957b0
|
@ -4,7 +4,7 @@ const WorkflowPage = new WorkflowPageClass();
|
|||
|
||||
describe('Code node', () => {
|
||||
beforeEach(() => {
|
||||
cy.task('db:reset');
|
||||
cy.resetAll();
|
||||
cy.skipSetup();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue