mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user