Skip to content

Commit

Permalink
Application url spex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya-U-R committed Jan 31, 2024
1 parent 9541d03 commit 0a2363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cypress/support/Pages/AggregateHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ export class AggregateHelper {
// cy.window({ timeout: 60000 }).then((win) => {
// win.location.href = url;
// });
this.Sleep(waitTime); //for new url to settle
//this.Sleep(waitTime); //for new url to settle
if (
apiToValidate.includes("getAllWorkspaces") &&
Cypress.env("AIRGAPPED")
Expand Down

0 comments on commit 0a2363c

Please sign in to comment.