mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Remove ie9 custom launcher
This commit is contained in:
committed by
Khaled Garbaya
parent
98080381fa
commit
0bb9aaf726
@@ -68,8 +68,6 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
// IE
|
// IE
|
||||||
if (runAll || process.env.SAUCE_IE) {
|
if (runAll || process.env.SAUCE_IE) {
|
||||||
// customLaunchers.SL_IE8 = createCustomLauncher('internet explorer', 8, 'Windows 7');
|
|
||||||
customLaunchers.SL_IE9 = createCustomLauncher('internet explorer', 9, 'Windows 2008');
|
|
||||||
customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012');
|
customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012');
|
||||||
customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1');
|
customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user