change target for IE 9 test

pull/2606/head
John McLear 2015-04-12 14:05:49 +01:00
parent 4ef6604ca9
commit 0dfecb3af7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ sauceTestWorker.push({
// IE 9 // IE 9
sauceTestWorker.push({ sauceTestWorker.push({
'platform' : 'Windows 2008' 'platform' : 'Windows XP'
, 'browserName' : 'iexplore' , 'browserName' : 'iexplore'
, 'version' : '9' , 'version' : '9'
}); });