Skip to content

Commit

Permalink
fixed failing e2e tests due to chromedriver version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Aug 25, 2023
1 parent 666415a commit 738acf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ env:
- PATH=$HOME/.local/bin:$PATH
before_install:
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
chromium-browser chromium-chromedriver
- wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
- unzip chromedriver-linux64.zip -d $HOME/.local/bin
install:
- pip3 install -r requirements.txt
- pip3 install pyasn1 --upgrade
Expand Down

0 comments on commit 738acf0

Please sign in to comment.