Skip to content

Commit

Permalink
fix: we need chromium, not chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Oct 4, 2023
1 parent 58392b2 commit cc29f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc29f73

Please sign in to comment.