chore(karma): run tests on latest Chrome (59) and Firefox (54) available on Saucelabs

Closes #16141
This commit is contained in:
Georgios Kalpakas
2017-08-03 21:24:07 +03:00
parent 811af9ccfb
commit 56ac2a7b3c
+2 -2
View File
@@ -45,12 +45,12 @@ module.exports = function(config, specificOptions) {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome',
version: '51'
version: '59'
},
'SL_Firefox': {
base: 'SauceLabs',
browserName: 'firefox',
version: '47'
version: '54'
},
'SL_Safari_8': {
base: 'SauceLabs',