Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Check if an element is visible
Signature
tsasync function isVisible(page: Page, selector: string): Promise<boolean>
Parameters
| Name | Type |
|---|---|
page | Page |
selector | string |
Returns: Promise<boolean>
Was this page helpful?