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.
2 parents 2c84c59 + 0556ba8 commit f318c7fCopy full SHA for f318c7f
src/content/5/en/part5d.md
@@ -984,14 +984,14 @@ All the commands in the tests that use the application url, e.g.
984
985
```js
986
await page.goto('http://localhost:5173')
987
-await page.post('http://localhost:5173/api/tests/reset')
+await page.post('http://localhost:5173/api/testing/reset')
988
```
989
990
can be transformed into:
991
992
993
await page.goto('/')
994
-await page.post('/api/tests/reset')
+await page.post('/api/testing/reset')
995
996
997
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