Skip to content

Commit

Permalink
update chrome driver to v.120.0 (#22754)
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim authored Jan 9, 2024
1 parent 66ed29f commit a31face
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM selenium/standalone-chrome:114.0
FROM selenium/standalone-chrome:120.0

ENV DISPLAY=':20'

USER root

RUN apt-get update && apt-get install && \
apt-get install -y ftp x11vnc ffmpeg libvpx6 && \
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
apt-get install -y ftp x11vnc ffmpeg libvpx7 && \
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && \
apt-get install -y nodejs && \
npm install -g typescript && \
node -v
Expand Down
30 changes: 15 additions & 15 deletions tests/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 tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"axios": "^0.25.0",
"chai": "^4.3.4",
"chrome-har": "^0.13.2",
"chromedriver": "^117.0.3",
"chromedriver": "^120.0",
"clone-deep": "^4.0.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.10.0",
Expand Down

0 comments on commit a31face

Please sign in to comment.