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 0fd8400 commit a6f6b51Copy full SHA for a6f6b51
py/test/selenium/webdriver/firefox/ff_launcher_tests.py
@@ -32,7 +32,6 @@ def test_we_can_launch_multiple_firefox_instances(capabilities):
32
driver3.quit()
33
34
35
-
36
def test_launch_firefox_with_none_log_path(capabilities):
37
driver = Firefox(capabilities=capabilities, log_path=None)
38
driver.quit()
py/test/selenium/webdriver/marionette/mn_launcher_tests.py
@@ -31,7 +31,6 @@ def test_we_can_launch_multiple_firefox_instances(capabilities):
31
0 commit comments