docs: edit aria errormessage link ref link
This commit is contained in:
parent
1c6abfec51
commit
3d512aae1b
|
|
@ -1222,7 +1222,7 @@ Expected accessible description.
|
|||
* langs:
|
||||
- alias-java: hasAccessibleErrorMessage
|
||||
|
||||
Ensures the [Locator] points to an element with a given [accessible error message](https://www.w3.org/TR/wai-aria-1.2/#aria-errormessage).
|
||||
Ensures the [Locator] points to an element with a given [aria errormessage](https://w3c.github.io/aria/#aria-errormessage).
|
||||
|
||||
**Usage**
|
||||
|
||||
|
|
|
|||
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -8114,7 +8114,7 @@ interface LocatorAssertions {
|
|||
|
||||
/**
|
||||
* Ensures the [Locator](https://playwright.dev/docs/api/class-locator) points to an element with a given
|
||||
* [accessible error message](https://www.w3.org/TR/wai-aria-1.2/#aria-errormessage).
|
||||
* [aria errormessage](https://w3c.github.io/aria/#aria-errormessage).
|
||||
*
|
||||
* **Usage**
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue