Skip to content

Commit 909bde9

Browse files
Fixed typo in Part 3 instructions
1 parent 9e2d909 commit 909bde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/3-assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ the `input_value` method performs *implicit* waiting for the element to be ready
6767
Check the [Auto-waiting](https://playwright.dev/python/docs/actionability) page
6868
for a full list of actionability checks for each interaction.
6969

70-
Rerun the test using the same pytest command (`python3 -m pytest tests --headed --slowmo 1000).
70+
Rerun the test using the same pytest command (`python3 -m pytest tests --headed --slowmo 1000`).
7171
This time, you should see the result page for a good second or two before the browser window closes.
7272
The test should still pass.
7373

0 commit comments

Comments
 (0)