diff --git a/app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js b/app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js similarity index 98% rename from app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js rename to app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js index fe81469e98..825285a4d7 100644 --- a/app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js +++ b/app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js @@ -21,7 +21,7 @@ describe("Upgrade appsmith version", () => { //Start a new Container with old stack cy.StartNewContainer( tedUrl, - path + "/oldstack/tempStacks/oldstacks", + path + "/oldstack", "cicontainer", `appsmith-${name}`, );