Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Wait for navigation to complete
Signature
tsasync function waitForNavigation(page: Page, urlPattern: string | RegExp): Promise<void>
Parameters
| Name | Type |
|---|---|
page | Page |
urlPattern | `string |
Returns: Promise<void>
Was this page helpful?