cherry-pick(#33614): docs: add ariaSnapshot.timeout for language ports
This commit is contained in:
parent
0e31acea8f
commit
449b0f0377
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue