Skip to content

Commit

Permalink
trial Application spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya-U-R committed Jan 31, 2024
1 parent 0a2363c commit 5bc8b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")}`,
);
Expand Down

0 comments on commit 5bc8b0f

Please sign in to comment.