Skip to content

Commit

Permalink
e2e: ui: update playwright to 1.48.0
Browse files Browse the repository at this point in the history
steps to update:
 * edit run.sh IMAGE variable manually
 * run ./run.sh test
  • Loading branch information
gulducat committed Oct 9, 2024
1 parent dc45066 commit b69221d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions e2e/ui/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 e2e/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@playwright/test": "^1.47.0"
"@playwright/test": "^1.48.0"
}
}
2 changes: 1 addition & 1 deletion e2e/ui/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EOF
}


IMAGE="mcr.microsoft.com/playwright:v1.47.0-noble"
IMAGE="mcr.microsoft.com/playwright:v1.48.0-noble"
pushd $(dirname "${BASH_SOURCE[0]}") > /dev/null

run_tests() {
Expand Down

0 comments on commit b69221d

Please sign in to comment.