Browse Source

Try using a newer version of Selenium for Travis CI / Sauce Labs.

tags/2.5.0
Matthew Petroff 5 years ago
parent
commit
92fe12565c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/run_tests.py

+ 1
- 0
tests/run_tests.py View File

@@ -43,6 +43,7 @@ if os.environ.get("TRAVIS_JOB_NUMBER"):
"tunnel-identifier": os.environ["TRAVIS_JOB_NUMBER"],
"build": os.environ["TRAVIS_JOB_NUMBER"],
"browserName": "firefox",
"seleniumVersion": "3.141.0",
},
)
else:


Loading…
Cancel
Save