@@ -54,12 +54,12 @@ This workshop has five main parts:
54
54
3 . Test project setup
55
55
2 . First steps with Playwright
56
56
1 . Raw Playwright calls
57
- 3 . Refactoring using page objects
58
- 1 . The search page
59
- 4 . Writing assertions
57
+ 3 . Writing assertions
60
58
1 . Checking the search field
61
59
2 . Checking the result links
62
60
3 . Checking the title
61
+ 4 . Refactoring using page objects
62
+ 1 . The search page
63
63
5 . Nifty Playwright tricks
64
64
1 . Testing different browsers
65
65
2 . Capturing screenshots and videos
@@ -76,9 +76,9 @@ The branch names are:
76
76
| ------ | ------------------- |
77
77
| Start | 0-initial-project |
78
78
| 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 |
82
82
| Part 5 | 5-playwright-tricks |
83
83
84
84
@@ -473,12 +473,12 @@ Rerun the test using `python3 -m pytest tests --headed --slowmo 1000`.
473
473
Now, you should see the test actually perform the search!
474
474
475
475
476
- ### Part 3: Refactoring using page objects
476
+ ### Part 3: Writing assertions
477
477
478
478
TBD
479
479
480
480
481
- ### Part 4: Writing assertions
481
+ ### Part 4: Refactoring using page objects
482
482
483
483
TBD
484
484
0 commit comments