Skip to content

Commit 68dbd3e

Browse files
Sripathi Paiddavison
authored andcommitted
Updated the test method name
Updated the test method name from `test_we_can_launch_multiple_firefox_instances` to `test_we_can_launch_multiple_chrome_instances` since it is a `chrome` test Signed-off-by: Daniel Davison <[email protected]>
1 parent 943e554 commit 68dbd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/selenium/webdriver/chrome/chrome_launcher_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def testLaunchAndCloseBrowser(self):
2727
self.webdriver = webdriver.Chrome()
2828
self.webdriver.quit()
2929

30-
def test_we_can_launch_multiple_firefox_instances(self):
30+
def test_we_can_launch_multiple_chrome_instances(self):
3131
self.webdriver1 = webdriver.Chrome()
3232
self.webdriver2 = webdriver.Chrome()
3333
self.webdriver3 = webdriver.Chrome()

0 commit comments

Comments
 (0)