Bug 1319237 - Disable WebDriver navigation to file: protocol test; r=maja_zf

MozReview-Commit-ID: 3SlvHmggRET

--HG--
extra : rebase_source : 49afabf2a05acaa9c26ffcc63d349fa4aa3af775
This commit is contained in:
Andreas Tolfsen 2017-02-03 16:31:57 +00:00
parent 31f2f48e13
commit d02706c393

View File

@ -65,12 +65,16 @@ def test_get_current_url_special_pages(session):
assert session.url == "about:blank"
"""
Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=1332122
# TODO(ato): This test requires modification to pass on Windows
def test_get_current_url_file_protocol(session):
# tests that the browsing context remains the same
# when navigated privileged documents
session.url = "file:///"
assert session.url == "file:///"
"""
# TODO(ato): Test for http:// and https:// protocols.