Skip to content

Commit 312dd7e

Browse files
committed
adds test for login with invalid username
1 parent 67716ae commit 312dd7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codebender_testing/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
# Selenium Webdrivers to be used for selenium tests
88
WEBDRIVERS = {
9-
"firefox": webdriver.Firefox,
10-
"chrome": webdriver.Chrome
9+
"firefox": webdriver.Firefox
1110
}
1211

1312
# Credentials to use when logging into the site via selenium

0 commit comments

Comments
 (0)