Skip to content

Commit

Permalink
Upgrade chrome-driver version to 131.0.6778.69
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 22, 2024
1 parent 2e45143 commit b57aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN cd /tmp && \

# Install chromedriver to properly run Selenium tests in Chrome, if need be
# Ref: https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json
ENV CHROMEDRIVERVERSION=128.0.6613.137
ENV CHROMEDRIVERVERSION=131.0.6778.69
RUN cd /tmp && \
apt-get update && \
apt-get -y --no-install-recommends install unzip && \
Expand Down

0 comments on commit b57aedd

Please sign in to comment.