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