From 8161193eff07c9ede2fd0d31739f5fc7e60ead69 Mon Sep 17 00:00:00 2001 From: Nicolas Clerc Date: Thu, 26 Sep 2024 15:33:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(e2e)=20upgrade=20playwright?= =?UTF-8?q?=20docker=20image=20to=20v1.47.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update playwright image to try to fix the webkit tests. --- .circleci/config.yml | 2 +- CHANGELOG.md | 1 + docker/images/e2e/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c46ef6bf1..10efcb46d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -564,7 +564,7 @@ jobs: test-e2e: docker: - - image: mcr.microsoft.com/playwright:v1.40.0-jammy + - image: mcr.microsoft.com/playwright:v1.47.0-noble auth: username: $DOCKER_HUB_USER password: $DOCKER_HUB_PASS diff --git a/CHANGELOG.md b/CHANGELOG.md index d2aeff9416..b0b6673041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed - Allow to change username if one is persisted on classroom join +- Webkit e2e tests in CI ## [5.0.3] - 2024-08-01 diff --git a/docker/images/e2e/Dockerfile b/docker/images/e2e/Dockerfile index 494c29b543..0581974182 100644 --- a/docker/images/e2e/Dockerfile +++ b/docker/images/e2e/Dockerfile @@ -1,6 +1,6 @@ FROM marsha:dev as marsha -FROM mcr.microsoft.com/playwright:v1.44.0-jammy +FROM mcr.microsoft.com/playwright:v1.47.0-noble COPY --from=marsha /app /app COPY src/backend/setup.cfg /app/src/backend/