Skip to content

Commit 0882d0b

Browse files
committed
Update Playwright to v1.44.0
1 parent 3c37cfb commit 0882d0b

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

e2e-test/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
depends_on:
1414
runtime:
1515
condition: service_healthy
16-
image: mcr.microsoft.com/playwright:v1.43.1-jammy@sha256:c5ac43242674b2ae56bf2c91aaee3b188f2ffdb7b242c11ffeeeea6e994fd7b3
16+
image: mcr.microsoft.com/playwright:v1.44.0-jammy@sha256:3ecb3e59e59c546181f530a710c497d027228ac55f5b0f313618a18f9cfd8edc
1717
user: pwuser
1818
security_opt:
1919
- 'seccomp=./docker/playwright_seccomp_profile.json'

e2e-test/package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"fix:prettier": "prettier --write ."
1212
},
1313
"devDependencies": {
14-
"@playwright/test": "1.43.1",
14+
"@playwright/test": "1.44.0",
1515
"@types/node": "20.12.10",
1616
"@typescript-eslint/eslint-plugin": "7.8.0",
1717
"@typescript-eslint/parser": "7.8.0",

0 commit comments

Comments
 (0)