We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e5daf commit f5477d9Copy full SHA for f5477d9
2 files changed
docs/src/api/class-locator.md
@@ -206,6 +206,9 @@ Below is the HTML markup and the respective ARIA snapshot:
206
- link "About"
207
```
208
209
+### option: Locator.ariaSnapshot.timeout = %%-input-timeout-%%
210
+* since: v1.49
211
+
212
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-js-%%
213
* since: v1.49
214
docs/src/api/class-locatorassertions.md
@@ -2159,3 +2159,6 @@ assertThat(page.locator("body")).matchesAriaSnapshot("""
2159
2160
### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-js-assertions-timeout-%%
2161
2162
2163
+### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-csharp-java-python-assertions-timeout-%%
2164
0 commit comments