diff --git a/agent-cli/commands/test-debugging.mdx b/agent-cli/commands/test-debugging.mdx index 38b8f61430..899850796e 100644 --- a/agent-cli/commands/test-debugging.mdx +++ b/agent-cli/commands/test-debugging.mdx @@ -34,7 +34,7 @@ And control execution: ```bash playwright-cli resume # continue playwright-cli step-over # step to next action -playwright-cli pause-at test.ts:42 # set a breakpoint +playwright-cli pause-at test.ts:42 # run to that line and pause ``` ## Workflow: investigating a flaky test