diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 9828bc772..7400b756b 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -27,9 +27,6 @@ Cypress.on('uncaught:exception', (err, runnable) => { afterEach(function onAfterEach() { if ((this.currentTest as Mocha.Test).state === 'failed') { cy.setCookie('shouldSkip', 'true'); - Cypress.Cookies.defaults({ - preserve: 'shouldSkip' - }); //set cookie to skip tests for further specs // this.skip() // Cypress.runner.stop();