Skip to content

Commit

Permalink
[py] remove test obsoleted by 38d6934
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtierney committed Dec 8, 2017
1 parent 2430a64 commit 10171a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions py/test/selenium/webdriver/firefox/ff_launcher_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
from selenium.webdriver import Firefox


def test_double_close(driver):
driver.close()
driver.close()


def test_we_can_launch_multiple_firefox_instances(capabilities):
driver1 = Firefox(capabilities=capabilities)
driver2 = Firefox(capabilities=capabilities)
Expand Down

0 comments on commit 10171a0

Please sign in to comment.