You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/release-notes-csharp.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ toc_max_heading_level: 2
9
9
10
10
### Aria snapshots
11
11
12
-
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot#1`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
12
+
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
Copy file name to clipboardexpand all lines: docs/src/release-notes-java.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc_max_heading_level: 2
8
8
9
9
### Aria snapshots
10
10
11
-
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot#1`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
11
+
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
Copy file name to clipboardexpand all lines: docs/src/release-notes-js.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ This version was also tested against the following stable channels:
84
84
85
85
### Aria snapshots
86
86
87
-
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot#1`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
87
+
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
Copy file name to clipboardexpand all lines: docs/src/release-notes-python.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc_max_heading_level: 2
8
8
9
9
### Aria snapshots
10
10
11
-
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot#1`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
11
+
New assertion [`method: LocatorAssertions.toMatchAriaSnapshot`] verifies page structure by comparing to an expected accessibility tree, represented as YAML.
Copy file name to clipboardexpand all lines: docs/src/test-runners-python.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ See the [guides for CI providers](./ci.md) to deploy your tests to CI/CD.
263
263
## Async Fixtures
264
264
265
265
If you want to use async fixtures, you can use the [`pytest-playwright-asyncio`](https://pypi.org/project/pytest-playwright-asyncio/) plugin.
266
-
Make sure to use `pytest-asyncio>=0.24.0` and make your tests use of [`loop_scope=sesion`](https://pytest-asyncio.readthedocs.io/en/latest/how-to-guides/run_session_tests_in_same_loop.html).
266
+
Make sure to use `pytest-asyncio>=0.24.0` and make your tests use of [`loop_scope=session`](https://pytest-asyncio.readthedocs.io/en/latest/how-to-guides/run_session_tests_in_same_loop.html).
0 commit comments