@@ -54,12 +54,12 @@ This workshop has five main parts:
5454 3 . Test project setup
55552 . First steps with Playwright
5656 1 . Raw Playwright calls
57- 3 . Refactoring using page objects
58- 1 . The search page
59- 4 . Writing assertions
57+ 3 . Writing assertions
6058 1 . Checking the search field
6159 2 . Checking the result links
6260 3 . Checking the title
61+ 4 . Refactoring using page objects
62+ 1 . The search page
63635 . Nifty Playwright tricks
6464 1 . Testing different browsers
6565 2 . Capturing screenshots and videos
@@ -76,9 +76,9 @@ The branch names are:
7676| ------ | ------------------- |
7777| Start | 0-initial-project |
7878| Part 1 | 1-getting-started |
79- | Part 2 | 2-raw-playwright |
80- | Part 3 | 3-page-objects |
81- | Part 4 | 4-assertions |
79+ | Part 2 | 2-first-steps |
80+ | Part 3 | 3-assertions |
81+ | Part 4 | 4-page-objects |
8282| Part 5 | 5-playwright-tricks |
8383
8484
@@ -473,12 +473,12 @@ Rerun the test using `python3 -m pytest tests --headed --slowmo 1000`.
473473Now, you should see the test actually perform the search!
474474
475475
476- ### Part 3: Refactoring using page objects
476+ ### Part 3: Writing assertions
477477
478478TBD
479479
480480
481- ### Part 4: Writing assertions
481+ ### Part 4: Refactoring using page objects
482482
483483TBD
484484
0 commit comments