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
+2 -1
View File
@@ -74,7 +74,8 @@ module.exports = function(karma) {
}, },
SL_Firefox: { SL_Firefox: {
base: 'SauceLabs', base: 'SauceLabs',
browserName: 'firefox' browserName: 'firefox',
version: '58'
}, },
SL_Edge: { SL_Edge: {
base: 'SauceLabs', base: 'SauceLabs',