Skip to content

Commit 33aa036

Browse files
committed
02/04: fix test name typo
1 parent 4e064c8 commit 33aa036

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.test-setup/04.problem.api-mocking

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ npm i msw @msw/playwright --save-dev
1212

1313
🐨 Next, head to the <InlineFile file="./tests/e2e/test-extend.ts">`tests/e2e/test-extend.ts`</InlineFile>. I've prepared a few instructions for you to help you implement a new fixture called `network`. As the name suggests, you're going to be using it to control the state of network in your end-to-end tests!
1414

15-
🐨 Once you've got the `network` fixture ready, it's time to put it into action. In the <InlineFile file="./tests/e2e/notes-created.test.ts">`tests/e2e/notes-created.test.ts`</InlineFile> test file, complete the test case for a new note creation. In this one, you'd have to intercept an HTTP request to the Google Places API that happens on the client to suggest a list of places for the note's "Location" field. As always, 🐨 Kody and his instructions will guide you to success.
15+
🐨 Once you've got the `network` fixture ready, it's time to put it into action. In the <InlineFile file="./tests/e2e/notes-create.test.ts">`tests/e2e/notes-create.test.ts`</InlineFile> test file, complete the test case for a new note creation. In this one, you'd have to intercept an HTTP request to the Google Places API that happens on the client to suggest a list of places for the note's "Location" field. As always, 🐨 Kody and his instructions will guide you to success.
1616

1717
By the end of it all, the tests (`npm test`) must pass!

0 commit comments

Comments
 (0)