tests: make target versions inline with #4162 part 2
This commit is contained in:
parent
fad3830097
commit
c288fbe2e0
1 changed files with 2 additions and 2 deletions
|
@ -80,14 +80,14 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
|
||||
// 1) Firefox on Linux
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Linux'
|
||||
'platform' : 'Windows 7'
|
||||
, 'browserName' : 'firefox'
|
||||
, 'version' : '52.0'
|
||||
});
|
||||
|
||||
// 2) Chrome on Linux
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Linux'
|
||||
'platform' : 'Windows 10'
|
||||
, 'browserName' : 'chrome'
|
||||
, 'version' : '55.0'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue