Kind: Function
Source: atloria-monorepo/packages/ui-core/src/test-helpers.ts
Helper to check if an element is visible
Signature
tsfunction isVisible(element: HTMLElement): boolean
Parameters
| Name | Type |
|---|---|
element | HTMLElement |
Returns: boolean
Kind: Function
Source: atloria-monorepo/packages/ui-core/src/test-helpers.ts
Helper to check if an element is visible
tsfunction isVisible(element: HTMLElement): boolean
| Name | Type |
|---|---|
element | HTMLElement |
Returns: boolean
Was this page helpful?