Skip to content

Commit

Permalink
⬆️(e2e) upgrade playwright docker image to v1.47.0
Browse files Browse the repository at this point in the history
Update playwright image to try to fix the webkit tests.
  • Loading branch information
kernicPanel committed Sep 26, 2024
1 parent 767e193 commit 8161193
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker/images/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 8161193

Please sign in to comment.