ci: Reset DB only once per e2e test (no-changelog) (#6216)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-05-26 15:15:06 +00:00
committed by GitHub
parent b777f9031d
commit 7a7b884793
31 changed files with 50 additions and 65 deletions

View File

@@ -5,7 +5,6 @@ const ndv = new NDV();
describe('HTTP Request node', () => {
before(() => {
cy.resetAll();
cy.skipSetup();
});