From 80522867bf0d88ef8b0fdb810409ad256904b6a4 Mon Sep 17 00:00:00 2001 From: Mossroy Date: Thu, 29 Jun 2017 19:19:48 +0200 Subject: [PATCH] Use version 47 of Firefox in nightwatch unit and UI tests. To workaround some random timeouts in Travis on Firefox>=48 Fixes #251 --- nightwatch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nightwatch.js b/nightwatch.js index 3c2f325f..5e382678 100644 --- a/nightwatch.js +++ b/nightwatch.js @@ -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,