From 33514cbde335961742e1858580c66c04bc8f9c76 Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:34:24 +0530 Subject: [PATCH] test: Disable the gsheet test (#22111) ## Description - Disable gsheet tests ## Type of change - Cypress ## How Has This Been Tested? - Cypress ## Checklist: ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --- .../UpgradeAppsmith/UpgradeAppsimth_spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename app/client/cypress/{integration/Regression_TestSuite => manual_TestSuite}/UpgradeAppsmith/UpgradeAppsimth_spec.js (93%) 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";