We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e91650 commit cacceafCopy full SHA for cacceaf
webdriverio-tests/wdio.conf-crossbrowsertesting.js
@@ -131,23 +131,23 @@ exports.config = {
131
// },
132
{
133
name: 'loading attribute polyfill',
134
- browserName: 'Internet Explorer',
+ browserName: 'Internet Explorer 11',
135
platform: 'Windows 10',
136
version: '11',
137
maxInstances: 5,
138
record_video: false,
139
},
140
141
142
+ browserName: 'Internet Explorer 9',
143
platform: 'Windows 7',
144
version: '9',
145
146
147
148
149
150
- browserName: 'Safari',
+ browserName: 'Safari 14',
151
platform: 'MacOS 11.0',
152
version: '14',
153
0 commit comments