mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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
@@ -15,6 +15,10 @@
|
||||
|
||||
import './commands';
|
||||
|
||||
before(() => {
|
||||
cy.resetAll();
|
||||
});
|
||||
|
||||
// Load custom nodes and credentials fixtures
|
||||
beforeEach(() => {
|
||||
cy.intercept('GET', '/rest/settings').as('loadSettings');
|
||||
@@ -25,6 +29,6 @@ beforeEach(() => {
|
||||
statusCode: 200,
|
||||
body: {
|
||||
data: { status: 'success', message: 'Tested successfully' },
|
||||
}
|
||||
},
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user