From cc9673757be3007a2681318ff793fb2321705cb0 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:09:17 +0530 Subject: [PATCH] test: udpated 3rd party api for Commandclick nav spec (#36545) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replace 3rd API with TED /ok-to-test tags="@tag.IDE" ## Summary by CodeRabbit - **New Features** - Updated the test suite to focus on command click navigation within the IDE. - **Bug Fixes** - Adjusted the base URL for the data source in the navigation test to reflect local development settings. - **Chores** - Modified the limited tests execution list to prioritize IDE command click navigation tests over template-related tests. > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: fd95c8bc6a69ad009ddc8377a1a3c2b20c7be033 > Cypress dashboard. > Tags: `@tag.IDE` > Spec: >
Thu, 26 Sep 2024 05:55:50 UTC --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”> --- .../Regression/ClientSide/IDE/Command_Click_Navigation_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/IDE/Command_Click_Navigation_spec.js b/app/client/cypress/e2e/Regression/ClientSide/IDE/Command_Click_Navigation_spec.js index fb16242360b..1ae8d3082b1 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/IDE/Command_Click_Navigation_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/IDE/Command_Click_Navigation_spec.js @@ -79,7 +79,7 @@ describe("1. CommandClickNavigation", { tags: ["@tag.IDE"] }, function () { //Assert working on url field cy.updateCodeInput( ".t--dataSourceField", - "https://www.test.com/{{ SQL_Query.data }}", + "http://host.docker.internal:5001/{{ SQL_Query.data }}", ); agHelper.Sleep();