Commit 58ed768e authored by Michal Čihař's avatar Michal Čihař

Test on Edge browser

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ddeb27c8
...@@ -269,10 +269,9 @@ EXTRA_PLATFORMS = { ...@@ -269,10 +269,9 @@ EXTRA_PLATFORMS = {
'browserName': 'chrome', 'browserName': 'chrome',
'platform': 'XP', 'platform': 'XP',
}, },
'MSIE11': { 'MSEdge': {
'browserName': "internet explorer", 'browserName': "microsoftedge",
'platform': "Windows 10", 'platform': "Windows 10",
'version': "11.0",
}, },
'MSIE9': { 'MSIE9': {
'browserName': 'internet explorer', 'browserName': 'internet explorer',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment