diff --git a/docs/src/test-cli-js.md b/docs/src/test-cli-js.md index 56013e4f49..99176626c6 100644 --- a/docs/src/test-cli-js.md +++ b/docs/src/test-cli-js.md @@ -62,7 +62,7 @@ Here are the most common options available in the command line. npx playwright test --debug ``` - -- Run tests in interactive UI mode, with a built-in watch mode (Preview) +- Run tests in interactive UI mode, with a built-in watch mode (Preview) ```bash npx playwright test --ui ```