mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Fix the e2e tests on master (no-changelog) (#4746)
This commit is contained in:
committed by
GitHub
parent
622118f983
commit
f023e957b0
@@ -4,7 +4,7 @@ const WorkflowPage = new WorkflowPageClass();
|
|||||||
|
|
||||||
describe('Code node', () => {
|
describe('Code node', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.task('db:reset');
|
cy.resetAll();
|
||||||
cy.skipSetup();
|
cy.skipSetup();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user