Skip to content

Commit

Permalink
[ACS-8076] [E2E] Changed waitUntil in navigate method to 'load' (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen authored Jun 4, 2024
1 parent 7c92f39 commit e35b12d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export abstract class BasePage extends PlaywrightBase {
query: '',
waitForRequest: true,
remoteUrl: '',
waitUntil: 'load',
...options
};

Expand Down

0 comments on commit e35b12d

Please sign in to comment.