Skip to content

Commit

Permalink
Dropped IE10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 24, 2020
1 parent 87594a7 commit 90f53b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions tests/config/browsers/integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"platform": "Windows 7",
"screenResolution": "1280x1024"
},
"ie10": {
"ie11": {
"base": "SauceLabs",
"browserName": "internet explorer",
"version": "10",
"platform": "Windows 8",
"version": "11",
"platform": "Windows 10",
"screenResolution": "1280x1024"
}
}
7 changes: 0 additions & 7 deletions tests/config/browsers/unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,5 @@
"version": "11",
"platform": "Windows 10",
"screenResolution": "1280x1024"
},
"ie10": {
"base": "SauceLabs",
"browserName": "internet explorer",
"version": "10",
"platform": "Windows 8",
"screenResolution": "1280x1024"
}
}

0 comments on commit 90f53b8

Please sign in to comment.