diff --git a/cypress-tests/cypress-run.config.js b/cypress-tests/cypress-run.config.js index 82e01f7494..4fd8f20832 100644 --- a/cypress-tests/cypress-run.config.js +++ b/cypress-tests/cypress-run.config.js @@ -70,7 +70,7 @@ module.exports = defineConfig({ experimentalRunAllSpecs: true, baseUrl: "http://localhost:8082", specPattern: [ - "cypress/e2e/editor/data-source/mongoDbHappyPath.cy.js"], + "cypress/e2e/editor/data-source/mogoDbHappyPath.cy.js"], numTestsKeptInMemory: 1, redirectionLimit: 10, experimentalRunAllSpecs: true,