Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

chore(deps): update playwright #1042

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ops/e2e-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
###################################################################

ARG VERBOSE=true
FROM mcr.microsoft.com/playwright:v1.40.1-focal-amd64
FROM mcr.microsoft.com/playwright:v1.41.2-focal-amd64
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa -y && \
Expand Down
46 changes: 23 additions & 23 deletions testing/website-e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/website-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/googlecloudplatform/emblem#readme",
"devDependencies": {
"@playwright/test": "1.40.1"
"@playwright/test": "1.41.1"
}
}
Loading