From bb275cccb6958708f23b356bbf92abf991616eef Mon Sep 17 00:00:00 2001 From: Vincent G Date: Mon, 9 Jan 2023 18:14:31 +0100 Subject: [PATCH] docs(test-cli): typo for tests at a specific line (#19908) --- docs/src/test-cli-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-cli-js.md b/docs/src/test-cli-js.md index 2031a672ff..6791560ca0 100644 --- a/docs/src/test-cli-js.md +++ b/docs/src/test-cli-js.md @@ -25,7 +25,7 @@ Here are the most common options available in the command line. npx playwright test my-spec my-spec-2 ``` -- Run files that are in line 42 in my-spec.ts +- Run tests that are in line 42 in my-spec.ts ```bash npx playwright test my-spec.ts:42 ```