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