Skip to content

Commit 98d5d3f

Browse files
committed
[py] Remove unused line
1 parent 46ca204 commit 98d5d3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

py/test/selenium/webdriver/chrome/chrome_service_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def test_log_output_null_default(driver, capfd) -> None:
109109

110110
@pytest.mark.no_driver_after_test
111111
def test_driver_is_stopped_if_browser_cant_start(clean_driver, clean_options, driver_executable) -> None:
112-
#options = Options()
113112
clean_options.add_argument("--user-data-dir=/no/such/location")
114113
service = Service(executable_path=driver_executable)
115114
with pytest.raises(SessionNotCreatedException):

0 commit comments

Comments
 (0)