docs (test-cli-js.md): fix typo for list marker (#27636)

This commit is contained in:
Oleksandr Pelykh 2023-10-18 23:56:22 +03:00 committed by GitHub
parent ee0811ad1a
commit 7cd390b708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```