The stable version of chromedriver (version 81.x) is used to test against chrome beta (M83).
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
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?
Most helpful comment
Looks like
test/selenium/test_navigation.py::TestNavigation::test_httpnowhere_blockstest 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.