Https-everywhere: Travis fails (TEST="chrome beta" BROWSER=google-chrome-beta)

Created on 22 Apr 2020  路  4Comments  路  Source: EFForg/https-everywhere

The stable version of chromedriver (version 81.x) is used to test against chrome beta (M83).

https://github.com/EFForg/https-everywhere/blob/57b3ad89f5842069f198f00e159c642cc9189fb0/test/setup_travis.sh#L7

it gives the following error message:

session not created: This version of ChromeDriver only supports Chrome version 81

Sadly, there is no immediate endpoint which provide the beta version of chromedriver from the official repository, otherwise the fix would be simple.

https://chromedriver.storage.googleapis.com/index.html

Type: code issue

bug failing tests high priority

Most helpful comment

Looks like test/selenium/test_navigation.py::TestNavigation::test_httpnowhere_blocks test is acting strange. I'm assuming this is a Selenium issue but will not close until I found out what is going on, in case this is related.

All 4 comments

Working on this at the moment, it's at the top of my priority to get this fixed ASAP

Pushed in a fix, going to go through failing PRs and rerun these jobs. Thank you for your patience!

Looks like test/selenium/test_navigation.py::TestNavigation::test_httpnowhere_blocks test is acting strange. I'm assuming this is a Selenium issue but will not close until I found out what is going on, in case this is related.

If it takes long time, could we merge PRs only fails on chrome tests?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

raman325 picture raman325  路  4Comments

cschanaj picture cschanaj  路  4Comments

a0193143 picture a0193143  路  4Comments

J0WI picture J0WI  路  4Comments

margre8 picture margre8  路  3Comments