change target for IE 9 test

This commit is contained in:
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
sauceTestWorker.push({
'platform' : 'Windows 2008'
'platform' : 'Windows XP'
, 'browserName' : 'iexplore'
, 'version' : '9'
});