Skip to content

Commit

Permalink
Update the pinned playwright version (#23929)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud authored Sep 6, 2024
1 parent 192d70c commit faf95ef
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 20 deletions.
89 changes: 71 additions & 18 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.22.1"
"@playwright/test": "^1.47.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:focal"
IMAGE="mcr.microsoft.com/playwright:v1.47.0-noble"
pushd $(dirname "${BASH_SOURCE[0]}") > /dev/null

run_tests() {
Expand Down

0 comments on commit faf95ef

Please sign in to comment.