We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f3424 commit 69bf552Copy full SHA for 69bf552
src/content/5/en/part5d.md
@@ -952,14 +952,14 @@ All the commands in the tests that use the application url, e.g.
952
953
```js
954
await page.goto('http://localhost:5173')
955
-await page.post('http://localhost:5173/api/tests/reset')
+await page.post('http://localhost:3001/api/testing/reset')
956
```
957
958
can be transformed into:
959
960
961
await page.goto('/')
962
-await page.post('/api/tests/reset')
+await page.post('/api/testing/reset')
963
964
965
The current code for the tests is on [GitHub](https://github.com/fullstack-hy2020/notes-e2e/tree/part5-2), branch <i>part5-2</i>.
0 commit comments