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

Commit

Permalink
Merge pull request #253 from atexio/fix_unittest
Browse files Browse the repository at this point in the history
Remove version fixed for chrome webdriver
  • Loading branch information
y0no committed Apr 9, 2019
2 parents 291794f + 8f48a78 commit 8bd6e52
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 8bd6e52

Please sign in to comment.