docs: edit aria errormessage link ref link

This commit is contained in:
Pengoose 2024-12-08 12:20:49 +09:00
parent 1c6abfec51
commit 3d512aae1b
2 changed files with 2 additions and 2 deletions

View file

@ -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**

View file

@ -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**
*