diff --git a/tests/e2e/package.json b/tests/e2e/package.json index c42e34549..1ac801174 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -11,7 +11,7 @@ "turbo:test:integration": "CI=true turbo test:integration --output-logs=new-only", "test:headed": "playwright test --headed", "dev": "playwright test --ui", - "download-browsers": "playwright install chrome" + "download-browsers": "playwright install chromium" }, "optionalDependencies": { "@playwright/test": "^1.35.1",