Skip to content

Commit 2d0c71e

Browse files
docs(cli-client/skill): use the real requests command in heal diagnose step
The heal section's diagnose snippet listed `playwright-cli network`, which is not a command. Inspecting network traffic is done with `requests`, as the DevTools examples in SKILL.md already show.
1 parent 872105a commit 2d0c71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/playwright-core/src/tools/cli-client/skill/references/spec-driven-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The test is paused at the start. Step forward or run to until just before the fa
261261
```bash
262262
playwright-cli snapshot # did the element change / move / rename?
263263
playwright-cli console # app-side errors?
264-
playwright-cli network # failed request? wrong payload?
264+
playwright-cli requests # failed request? wrong payload?
265265
playwright-cli show --annotate # ask the user to point somewhere
266266
```
267267

0 commit comments

Comments
 (0)