We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f22d2 commit f2afe40Copy full SHA for f2afe40
1 file changed
packages/playwright-core/src/tools/cli-client/skill/references/spec-driven-testing.md
@@ -261,7 +261,7 @@ The test is paused at the start. Step forward or run to until just before the fa
261
```bash
262
playwright-cli snapshot # did the element change / move / rename?
263
playwright-cli console # app-side errors?
264
-playwright-cli network # failed request? wrong payload?
+playwright-cli requests # failed request? wrong payload?
265
playwright-cli show --annotate # ask the user to point somewhere
266
```
267
0 commit comments