Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Remove version fixed for chrome webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
y0no committed Apr 9, 2019
1 parent 291794f commit 8f48a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phishing/tests/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def setUp(self):
username = os.environ.get('SAUCE_USERNAME')
accesskey = os.environ.get('SAUCE_ACCESS_KEY')
desired_cap = {
'platform': "Mac OS X 10.9",
'browserName': "chrome",
'version': "31",
'platform': 'LINUX',
'browserName': 'chrome',
'version': '',
'tunnel-identifier': os.environ.get('TRAVIS_JOB_NUMBER')
}
self.drv = webdriver.Remote(
Expand Down

0 comments on commit 8f48a78

Please sign in to comment.