We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6169bc commit c157b8eCopy full SHA for c157b8e
tests/e2e/pages/BasePage.ts
@@ -40,8 +40,8 @@ export class BasePage {
40
/**
41
* Wait for page to be fully loaded with all network requests completed
42
*/
43
- async waitForPageReady(timeout = 30000): Promise<void> {
44
- await this.page.waitForLoadState("networkidle", { timeout })
+ async waitForPageReady(): Promise<void> {
+ await this.page.waitForLoadState()
45
}
46
47
0 commit comments