Trying different SauceLabs config to work around Firefox issue

This commit is contained in:
ahocevar
2018-03-15 10:10:36 +01:00
parent 889befc8c7
commit 263e3c309a

View File

@@ -74,7 +74,8 @@ module.exports = function(karma) {
},
SL_Firefox: {
base: 'SauceLabs',
browserName: 'firefox'
browserName: 'firefox',
version: '58'
},
SL_Edge: {
base: 'SauceLabs',