We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ace7dd6 + bb2b22b commit a119251Copy full SHA for a119251
1 file changed
.github/workflows/github_actions_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install all Playwright Browsers
45
run: |
46
source .venv/bin/activate
47
- python -m playwright install --with-deps
+ python -m playwright install chrome --with-deps
48
49
- name: Create .env file from workflow
50
0 commit comments