mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Use version 47 of Firefox in nightwatch unit and UI tests.
To workaround some random timeouts in Travis on Firefox>=48 Fixes #251
This commit is contained in:
parent
213b937d51
commit
80522867bf
@ -27,6 +27,7 @@ module.exports = {
|
||||
"firefox" : {
|
||||
"desiredCapabilities": {
|
||||
"browserName": "firefox",
|
||||
"version": "47.0", // Workaround some timeouts in nightwatch on Firefox>=49. See https://github.com/kiwix/kiwix-js/issues/251
|
||||
"javascriptEnabled": true,
|
||||
"acceptSslCerts": true,
|
||||
"build": "build-" + TRAVIS_JOB_NUMBER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user