Skip to content

Commit f5477d9

Browse files
authored
docs: add ariaSnapshot.timeout for language ports (#33614)
1 parent b3e5daf commit f5477d9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/src/api/class-locator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ Below is the HTML markup and the respective ARIA snapshot:
206206
- link "About"
207207
```
208208
209+
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-%%
210+
* since: v1.49
211+
209212
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-js-%%
210213
* since: v1.49
211214

docs/src/api/class-locatorassertions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,3 +2159,6 @@ assertThat(page.locator("body")).matchesAriaSnapshot("""
21592159

21602160
### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-js-assertions-timeout-%%
21612161
* since: v1.49
2162+
2163+
### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-csharp-java-python-assertions-timeout-%%
2164+
* since: v1.49

0 commit comments

Comments
 (0)