diff --git a/docs/src/best-practices-js.md b/docs/src/best-practices-js.md index f8b3b9188a..c1d06f8b13 100644 --- a/docs/src/best-practices-js.md +++ b/docs/src/best-practices-js.md @@ -478,7 +478,7 @@ Use Linux when running your tests on CI as it is cheaper. Developers can use wha #### Optimize browser downloads on CI -Only install the browsers that you actually need, especially on CI. For example, if you're only testing with Chromium, install just Chromium which might save you up to 50s. +Only install the browsers that you actually need, especially on CI. For example, if you're only testing with Chromium, install just Chromium. ```bash title=".github/workflows/playwright.yml" # Instead of installing all browsers