From 1cf10ab810c44a1bc4062d6f61a85a89bf65e22c Mon Sep 17 00:00:00 2001 From: Lucas Galfaso Date: Fri, 24 Jul 2015 23:32:42 +0200 Subject: [PATCH] chore(saucelabs): Upgrade Chrome and Firefox to the latest versions Closes #12430 --- karma-shared.conf.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/karma-shared.conf.js b/karma-shared.conf.js index 3885f0b98c5e..bab677453e82 100644 --- a/karma-shared.conf.js +++ b/karma-shared.conf.js @@ -17,7 +17,9 @@ module.exports = function(config, specificOptions) { testName: specificOptions.testName || 'AngularJS', startConnect: true, options: { - 'selenium-version': '2.41.0' + // We need selenium version +2.46 for Firefox 39 and the last selenium version for OS X is 2.45. + // TODO: Uncomment when there is a selenium 2.46 available for OS X. + // 'selenium-version': '2.46.0' } }, @@ -35,12 +37,12 @@ module.exports = function(config, specificOptions) { 'SL_Chrome': { base: 'SauceLabs', browserName: 'chrome', - version: '39' + version: '43' }, 'SL_Firefox': { base: 'SauceLabs', browserName: 'firefox', - version: '31' + version: '39' }, 'SL_Safari': { base: 'SauceLabs',