Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/accessibility.ts
Check ARIA labels
Signature
tsasync function checkAriaLabels(page: Page): Promise<{
elementsWithoutLabels: string[];
elementsWithLabels: number;
}>
Parameters
| Name | Type |
|---|---|
page | Page |
Returns: Promise<{ elementsWithoutLabels: string[]; elementsWithLabels: number; }>
Was this page helpful?