From 779ae7f93959d06391b7efd99f9299aa37bf3fc2 Mon Sep 17 00:00:00 2001 From: emidhun Date: Mon, 10 Apr 2023 14:59:59 +0530 Subject: [PATCH] Revert "Fix typo" This reverts commit d54229f12a5f65a21bbbd2fe58da676d27c6896a. --- cypress-tests/cypress-run.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,