diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index b099be7e7..2d2cefc47 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -46,21 +46,6 @@ module.exports = defineConfig({ runMode: 2, openMode: 0, }, - setupNodeEvents, - }, -}); - -module.exports = defineConfig({ - e2e: { - projectId: "qa7fe2", - chromeWebSecurity: false, - baseUrl: "http://localhost:3000", - specPattern: "cypress/e2e/**/*.feature", - supportFile: "cypress/support/e2e.js", - retries: { - runMode: 2, - openMode: 0, - }, video: false, setupNodeEvents, }, diff --git a/cypress/support/step_definitions/common/I_navigate_to_page_{string}.js b/cypress/support/step_definitions/common/I_navigate_to_page_{string}.js index 5b9144e3c..d90cc906c 100644 --- a/cypress/support/step_definitions/common/I_navigate_to_page_{string}.js +++ b/cypress/support/step_definitions/common/I_navigate_to_page_{string}.js @@ -1,7 +1,6 @@ import { Given } from "@badeball/cypress-cucumber-preprocessor"; import 'cypress-network-idle'; - Given("I navigate to page {string}", page => { cy.visit(page); cy.waitForNetworkIdle(2000)