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