From fc9a594a0a289de339fa83859612142c42d1872d Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:51:33 +0530 Subject: [PATCH] test: replace 3rd party API1 CE (#36518) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replacing the 3rd party API with TED API /ok-to-test tags="@tag.Datasource" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 0446747b46e74c3ea16b86578cab06fe04346b94 > Cypress dashboard. > Tags: `@tag.Datasource` > Spec: >
Wed, 25 Sep 2024 07:37:49 UTC --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”> --- .../e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js b/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js index aa86b788a33..32f675a51fa 100644 --- a/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js +++ b/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js @@ -96,7 +96,7 @@ describe( force: true, }) .type( - "https://www.facebook.com/users/{{Button2.text}}?key=test&val={{Button2.text}}", + "http://host.docker.internal:5001/{{Button2.text}}?key=test&val={{Button2.text}}", { force: true, parseSpecialCharSequences: false }, ) .wait(3000) @@ -106,7 +106,7 @@ describe( .type("{enter}", { parseSpecialCharSequences: true }); cy.validateEvaluatedValue( - "https://www.facebook.com/users/Cancel?key=test&val=Cancel", + "http://host.docker.internal:5001/Cancel?key=test&val=Cancel", ); }); },