Skip to content

Commit

Permalink
remove this.sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
dvj1988 committed Jan 29, 2025
1 parent 812a10c commit c63507d
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 @@ -1193,7 +1193,7 @@ export class AggregateHelper {
this.locator._specificToast("Cannot read properties of undefined"),
);
this.assertHelper.AssertDocumentReady();
this.Sleep(4000); //for page to load for CI runs
cy.wait(4000); //for page to load for CI runs
networkCallAlias &&
this.assertHelper.AssertNetworkStatus("@" + networkCallAlias); //getWorkspace for Edit page!
}
Expand Down

0 comments on commit c63507d

Please sign in to comment.