Skip to content

Commit

Permalink
build: update chrome driver to 99.0.4844.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Mar 7, 2022
1 parent 2a84fe0 commit bf2805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# https://github.com/GoogleChrome/puppeteer/releases
# http://chromedriver.chromium.org/downloads
command: |
echo 'export CHROMEDRIVER_VERSION_ARG="--versions.chrome 97.0.4692.20"' >> $BASH_ENV # Redirect into $BASH_ENV
echo 'export CHROMEDRIVER_VERSION_ARG="--versions.chrome 99.0.4844.17"' >> $BASH_ENV # Redirect into $BASH_ENV
- run: ./integration/run_tests.sh

workflows:
Expand Down

0 comments on commit bf2805f

Please sign in to comment.