Skip to content

Commit 4b40e10

Browse files
authored
e2e: Update UI playwright version to 1.52.0 (#25740)
1 parent 717207b commit 4b40e10

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

e2e/ui/package-lock.json

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

e2e/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"devDependencies": {
3-
"@playwright/test": "^1.51.0"
3+
"@playwright/test": "^1.52.0"
44
}
55
}

e2e/ui/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EOF
3333
}
3434

3535

36-
IMAGE="mcr.microsoft.com/playwright:v1.51.0-jammy"
36+
IMAGE="mcr.microsoft.com/playwright:v1.52.0-jammy"
3737
pushd $(dirname "${BASH_SOURCE[0]}") > /dev/null
3838

3939
run_tests() {

0 commit comments

Comments
 (0)