cherry-pick(#33614): docs: add ariaSnapshot.timeout for language ports (#33615)

This commit is contained in:
Yury Semikhatsky 2024-11-14 12:40:44 -08:00 committed by GitHub
parent 0e31acea8f
commit 7a32228aed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -206,6 +206,9 @@ Below is the HTML markup and the respective ARIA snapshot:
- link "About" - link "About"
``` ```
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-%%
* since: v1.49
### option: Locator.ariaSnapshot.timeout = %%-input-timeout-js-%% ### option: Locator.ariaSnapshot.timeout = %%-input-timeout-js-%%
* since: v1.49 * since: v1.49

View file

@ -2159,3 +2159,6 @@ assertThat(page.locator("body")).matchesAriaSnapshot("""
### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-js-assertions-timeout-%% ### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-js-assertions-timeout-%%
* since: v1.49 * since: v1.49
### option: LocatorAssertions.toMatchAriaSnapshot.timeout = %%-csharp-java-python-assertions-timeout-%%
* since: v1.49