e2e: upgrade playwright package and container image (#13080)

The nightly playwright tests are currently failing because of a
mismatch between the expected version of Chromium and what's in the
container image. Unfortunately the previous specific tag we were using
for the container image is no longer tagged on the registry. With some
testing, I was able to find an image tag that results in a good run.
This commit is contained in:
Tim Gross 2022-05-20 08:41:07 -04:00 committed by GitHub
parent d515e5c3b0
commit cc4a1f2ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3944 deletions

3959
e2e/ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"devDependencies": {
"@playwright/test": "^1.21.1"
"@playwright/test": "^1.22.1"
}
}

View File

@ -28,7 +28,7 @@ EOF
}
IMAGE="mcr.microsoft.com/playwright:v1.21.0-focal"
IMAGE="mcr.microsoft.com/playwright:focal"
pushd $(dirname "${BASH_SOURCE[0]}") > /dev/null
run_tests() {