Skip to content

Commit

Permalink
Revert "Update playwright to 1.44"
Browse files Browse the repository at this point in the history
This reverts commit cccfa5f.
  • Loading branch information
mofojed committed Dec 16, 2024
1 parent cccfa5f commit c7a61c3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 57 deletions.
Binary file removed blob-report/report-1.zip
Binary file not shown.
90 changes: 35 additions & 55 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@deephaven/tsconfig": "file:../tsconfig",
"@deephaven/utils": "file:../utils",
"@fortawesome/fontawesome-common-types": "^6.1.1",
"@playwright/test": "1.44.0",
"@playwright/test": "1.37.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN cd /tmp/web-client-ui && cp --parents ./packages/*/package.json /work/
# syntax=docker/dockerfile:1
# Dockerfile for updating the snapshots.
# Expects to be run from the root of the web-client-ui repo
FROM mcr.microsoft.com/playwright:v1.44.0-jammy AS playwright
FROM mcr.microsoft.com/playwright:v1.37.1-jammy AS playwright
WORKDIR /work/

# Update packages list and install some build tools
Expand Down

0 comments on commit c7a61c3

Please sign in to comment.