From 6451d375706e034ee41c287e927729c3160c01b7 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 14 Dec 2017 10:13:55 +0100 Subject: [PATCH] Set Chrome version to 62.0 in SauceLab config --- 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 bbc1975369..668427b6fd 100644 --- a/test/karma.config.js +++ b/test/karma.config.js @@ -68,7 +68,8 @@ module.exports = function(karma) { const customLaunchers = { SL_Chrome: { base: 'SauceLabs', - browserName: 'chrome' + browserName: 'chrome', + version: '62.0' }, SL_Firefox: { base: 'SauceLabs',