We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2d909 commit 909bde9Copy full SHA for 909bde9
workshop/3-assertions.md
@@ -67,7 +67,7 @@ the `input_value` method performs *implicit* waiting for the element to be ready
67
Check the [Auto-waiting](https://playwright.dev/python/docs/actionability) page
68
for a full list of actionability checks for each interaction.
69
70
-Rerun the test using the same pytest command (`python3 -m pytest tests --headed --slowmo 1000).
+Rerun the test using the same pytest command (`python3 -m pytest tests --headed --slowmo 1000`).
71
This time, you should see the result page for a good second or two before the browser window closes.
72
The test should still pass.
73
0 commit comments