Skip to content

Commit 738acf0

Browse files
committed
fixed failing e2e tests due to chromedriver version mismatch
1 parent 666415a commit 738acf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ env:
2929
- PATH=$HOME/.local/bin:$PATH
3030
before_install:
3131
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
32-
chromium-browser chromium-chromedriver
32+
- wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
33+
- unzip chromedriver-linux64.zip -d $HOME/.local/bin
3334
install:
3435
- pip3 install -r requirements.txt
3536
- pip3 install pyasn1 --upgrade

0 commit comments

Comments
 (0)