This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Description I've been getting it a lot of times see for example https://travis-ci.org/EFForg/https-everywhere/jobs/370686501
test/selenium/test_navigation.py::TestNavigation::test_http_site_not_blocked PASSED
test/selenium/test_navigation.py::TestNavigation::test_httpnowhere_blocks PASSED
test/selenium/test_navigation.py::TestNavigation::test_no_redirect_when_disabled PASSED
test/selenium/test_navigation.py::TestNavigation::test_redirect FAILED
test/selenium/test_options.py::OptionsTest::test_options PASSED
test/selenium/test_options.py::OptionsTest::test_show_counter PASSED
test/selenium/test_popup.py::TestPopup::test_disable_enable PASSED
test/selenium/test_popup.py::TestPopup::test_http_nowhere PASSED
test/selenium/test_popup.py::TestPopup::test_rule_shown PASSED
=================================== FAILURES ===================================
_________________________ TestNavigation.test_redirect _________________________
self = <test_navigation.TestNavigation testMethod=test_redirect>
def test_redirect(self):
self.driver.get(kittens_url)
> self.assertTrue(self.driver.current_url.startswith('https'))
E AssertionError: False is not true
test/selenium/test_navigation.py:13: AssertionError
===================== 1 failed, 8 passed in 48.46 seconds ======================
Reactions are currently unavailable
I've been getting it a lot of times see for example https://travis-ci.org/EFForg/https-everywhere/jobs/370686501