Skip to content

Commit c258157

Browse files
committed
use related materials heading
1 parent 5b8f61a commit c258157

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Custom fixtures
2+
3+
Please wait for the others to finish so we could go through the solution to this exercise together!
4+
5+
## Related materials
6+
7+
- [Fixtures in Playwright](https://playwright.dev/docs/test-fixtures)

exercises/02.test-setup/04.solution.api-mocking/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
1. Create `test-extend.ts` and a `network` fixture there.
55
1. Note: `createWorkerFixture()` _automatically_ comes with `auto: true`.
66

7-
## Materials
7+
## Related materials
88

99
- [`@msw/playwright`](https://github.com/mswjs/playwright)
1010
- [Mock Service Worker](https://mswjs.io)

exercises/03.guides/01.solution.recording-interactions/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Then, say we've made a mistake while recording our interactions. Not to worry:
1515
1. Correct the mistake.
1616
1. Close the window.
1717

18-
## Materials
18+
## Related materials
1919

2020
- [Playwright Test Generator](https://playwright.dev/docs/codegen)

exercises/03.guides/02.solution.test-annotations/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Goal: Enhance test failures so you are one click away from learning more about t
55
- `tag` (let's group user-related tests);
66
- `annotation.type` + `annotation.description` (let's provide metadata about the test case).
77

8-
## Materials
8+
## Related materials
99

1010
- [Test annotations](https://playwright.dev/docs/test-annotations)

exercises/04.debugging/03.solution.live-debugging/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
- Use the [Playwright extension for Visual Studio Code](https://playwright.dev/docs/getting-started-vscode) to debug a failing test by opening its browser _inline_, right in the editor.
44
- Use breakpoints to stop the code execution and step through the test/code.
55

6-
## Materials
6+
## Related materials
77

88
- [Debugging tests](https://playwright.dev/docs/debug)

0 commit comments

Comments
 (0)