diff --git a/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApplicationURL_spec.js b/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApplicationURL_spec.js index 8b27784c4655..f83d14d5224c 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApplicationURL_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApplicationURL_spec.js @@ -139,7 +139,7 @@ describe("Slug URLs", () => { it("4. Checks redirect url", () => { cy.url().then((url) => { homePage.Signout(true); - agHelper.VisitNAssert(url + "?embed=true&a=b", "getConsolidatedData"); //removing 'getConsolidatedData' api check due to its flakyness + agHelper.VisitNAssert(url + "?embed=true&a=b"); //removing 'getConsolidatedData' api check due to its flakyness agHelper.AssertURL( `?redirectUrl=${encodeURIComponent(url + "?embed=true&a=b")}`, );