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',