Skip to content

Commit

Permalink
docs: add ariaSnapshot.timeout for language ports (#33614)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Nov 14, 2024
1 parent b3e5daf commit f5477d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/api/class-locator.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ Below is the HTML markup and the respective ARIA snapshot:
- link "About"
```
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-%%
* since: v1.49
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-js-%%
* since: v1.49
Expand Down
3 changes: 3 additions & 0 deletions docs/src/api/class-locatorassertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2159,3 +2159,6 @@ assertThat(page.locator("body")).matchesAriaSnapshot("""

### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-js-assertions-timeout-%%
* since: v1.49

### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-csharp-java-python-assertions-timeout-%%
* since: v1.49

0 comments on commit f5477d9

Please sign in to comment.