Kind: Function
Source: atloria-monorepo/packages/ui-core/src/test-helpers.ts
Helper to wait for an element to be updated
Signature
tsasync function waitForElement(element: HTMLElement): Promise<void>
Parameters
| Name | Type |
|---|---|
element | HTMLElement |
Returns: Promise<void>
Was this page helpful?