Skip to content

Commit

Permalink
Update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 7, 2024
1 parent 7dfc042 commit e13874c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
run: npx playwright install --with-deps # chromium
- name: Smoke test stories
run: npm run storybook:test
- name: Run Playwright tests
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/plugin-transform-react-pure-annotations": "^7.24.1",
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.44.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
Expand Down

0 comments on commit e13874c

Please sign in to comment.