Skip to content

Commit 41c4c5d

Browse files
authored
chore: bump playwright to 1.49 (#2560)
bump playwright to 1.49
1 parent 9247255 commit 41c4c5d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@ladle/react": "^4.1.0",
8181
"@mswjs/http-middleware": "^0.10.2",
8282
"@oxide/openapi-gen-ts": "~0.5.0",
83-
"@playwright/test": "^1.48.2",
83+
"@playwright/test": "^1.49.0",
8484
"@testing-library/dom": "^10.4.0",
8585
"@testing-library/jest-dom": "^6.5.0",
8686
"@testing-library/react": "^16.0.1",

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default {
3333
permissions: ['clipboard-read', 'clipboard-write'],
3434
},
3535
...devices['Desktop Chrome'],
36+
channel: 'chromium',
3637
},
3738
},
3839
{

0 commit comments

Comments
 (0)