Skip to content

Commit e7ef7d7

Browse files
Add again SauceLabs support for IE 8 under Windows 7 umbrella
Due to d349556 we can't yet test on IE 6 and IE 7
1 parent d349556 commit e7ef7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gruntfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ module.exports = function (grunt) {
188188
browserName: 'internet explorer',
189189
platform: 'Windows 7',
190190
version: '9.0'
191+
}, {
192+
browserName: 'internet explorer',
193+
platform: 'Windows 7',
194+
version: '8.0'
191195
}],
192196
'linux': [{
193197
browserName: 'firefox',

0 commit comments

Comments
 (0)