mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Reset DB only once per e2e test (no-changelog) (#6216)
This commit is contained in:
committed by
GitHub
parent
b777f9031d
commit
7a7b884793
@@ -6,10 +6,8 @@ const nodeCreatorFeature = new NodeCreator();
|
||||
const WorkflowPage = new WorkflowPageClass();
|
||||
const NDVModal = new NDV();
|
||||
|
||||
|
||||
describe('Node Creator', () => {
|
||||
before(() => {
|
||||
cy.resetAll();
|
||||
cy.skipSetup();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user