e2e: Update UI playwright container image to v1.55.0 (#26650)

This commit is contained in:
James Rasell
2025-08-28 16:41:57 +01:00
committed by GitHub
parent 9e893ef2ad
commit 07bd1de72e

View File

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