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 93% rename from app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js rename to app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js index 52baed67ba..4d22231a13 100644 --- a/app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js +++ b/app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js @@ -1,7 +1,7 @@ /* eslint-disable no-console */ -const testdata = require("../../../fixtures/testdata.json"); -import { ObjectsRegistry } from "../../../support/Objects/Registry"; -import { CURRENT_REPO, REPO } from "../../../fixtures/REPO"; +const testdata = require("../../fixtures/testdata.json"); +import { ObjectsRegistry } from "../../support/Objects/Registry"; +import { CURRENT_REPO, REPO } from "../../fixtures/REPO"; let agHelper = ObjectsRegistry.AggregateHelper; const tedUrl = "http://localhost:5001/v1/parent/cmd";