Run SauceLabs tests against Chrome 49

To match the version of Chromium used by LOOT.
This commit is contained in:
Oliver Hamlet
2016-06-04 17:28:18 +01:00
parent f1f1563fca
commit 1b014dbffb
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = (grunt) => {
browsers: [{
browserName: 'chrome',
platform: 'Windows 10',
version: '47',
version: '49',
}],
testname: 'LOOT UI JS Tests',
},