E2E/Playwright: Upgrade Playwright to 1.61 and its deps (#37277)

* chore: upgrade playwright to 1.61 and its deps

* fix failed tests

* address comments

* use assignTeamsToPolicy helper method
This commit is contained in:
sabril
2026-06-30 04:38:05 +00:00
committed by GitHub
parent 743b565c2d
commit d85da5ce2c
14 changed files with 2216 additions and 2946 deletions
@@ -210,7 +210,7 @@ jobs:
# tar for all future runs — no need for a retry loop.
run: |
set -euo pipefail
IMAGE="mcr.microsoft.com/playwright:v1.59.1-noble"
IMAGE="mcr.microsoft.com/playwright:v1.61.0-noble"
TAR="/tmp/playwright-docker-image.tar"
if [ -f "${TAR}" ]; then
echo "Loading Playwright image from GitHub Actions cache"