Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Get all form validation errors
Signature
tsasync function getValidationErrors(page: Page): Promise<string[]>
Parameters
| Name | Type |
|---|---|
page | Page |
Returns: Promise<string[]>
Was this page helpful?