From 263e3c309a22e6b380e8b743ec365d02c57d8a32 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 15 Mar 2018 10:10:36 +0100 Subject: [PATCH] Trying different SauceLabs config to work around Firefox issue --- test/karma.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/karma.config.js b/test/karma.config.js index c6c9c9ddd2..f00c51ac58 100644 --- a/test/karma.config.js +++ b/test/karma.config.js @@ -74,7 +74,8 @@ module.exports = function(karma) { }, SL_Firefox: { base: 'SauceLabs', - browserName: 'firefox' + browserName: 'firefox', + version: '58' }, SL_Edge: { base: 'SauceLabs',