docs: fixed typo in test-parallel-js.md (#22817)

This commit is contained in:
Mahtab Nejad 2023-05-09 03:00:24 +01:00 committed by GitHub
parent 5bd5cea705
commit d4ac75bcb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ When you **disable parallel test execution**, Playwright Test runs test files in
### Use a "test list" file
:::warning
Tests lists are discouraged and supported as a best-effort only. Some fetures such as VS Code Extension and tracing may not work properly with test lists.
Tests lists are discouraged and supported as a best-effort only. Some features such as VS Code Extension and tracing may not work properly with test lists.
:::
You can put your tests in helper functions in multiple files. Consider the following example where tests are not defined directly in the file, but rather in a wrapper function.