Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Wait for a page to be fully loaded
Signature
tsasync function waitForPageLoad(page: Page): Promise<void>
Parameters
| Name | Type |
|---|---|
page | Page |
Returns: Promise<void>
Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Wait for a page to be fully loaded
tsasync function waitForPageLoad(page: Page): Promise<void>
| Name | Type |
|---|---|
page | Page |
Returns: Promise<void>
Was this page helpful?