ci: Do not reset the server for every e2e sub-test (no-changelog) (#5521)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-24 18:07:35 +01:00
committed by GitHub
parent 88de6613bd
commit d09ca875ec
17 changed files with 470 additions and 273 deletions

View File

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