Skip to content

Commit

Permalink
docs: edit aria errormessage link ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
pengooseDev committed Dec 8, 2024
1 parent 6597940 commit 0a4ee89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/api/class-locatorassertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/types/test.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7905,7 +7905,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**
*
Expand Down

0 comments on commit 0a4ee89

Please sign in to comment.