Skip to content

Commit

Permalink
test: udpated 3rd party api for Commandclick nav spec
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Sep 25, 2024
1 parent cdb22f4 commit c695da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
cypress/e2e/Regression/ClientSide/IDE/Command_Click_Navigation_spec.js

# For running all specs - uncomment below:
#cypress/e2e/**/**/*
Expand Down

0 comments on commit c695da8

Please sign in to comment.