We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa834f commit e47f11cCopy full SHA for e47f11c
py/test/selenium/webdriver/firefox/firefox_service_tests.py
@@ -66,7 +66,7 @@ def test_log_output_as_stdout(capfd) -> None:
66
67
def test_driver_is_stopped_if_browser_cant_start(clean_driver) -> None:
68
options = Options()
69
- options.add_argument("-profile==/no/such/location")
+ options.add_argument("-profile=/no/such/location")
70
service = Service()
71
with pytest.raises(SessionNotCreatedException):
72
driver = clean_driver(options=options, service=service)
0 commit comments