There was an error while loading. Please reload this page.
1 parent 46ca204 commit 98d5d3fCopy full SHA for 98d5d3f
1 file changed
py/test/selenium/webdriver/chrome/chrome_service_tests.py
@@ -109,7 +109,6 @@ def test_log_output_null_default(driver, capfd) -> None:
109
110
@pytest.mark.no_driver_after_test
111
def test_driver_is_stopped_if_browser_cant_start(clean_driver, clean_options, driver_executable) -> None:
112
- #options = Options()
113
clean_options.add_argument("--user-data-dir=/no/such/location")
114
service = Service(executable_path=driver_executable)
115
with pytest.raises(SessionNotCreatedException):
0 commit comments