diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 15:35:08 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 15:35:08 -0800 |
| commit | 4a50ac0bddc830575e9a7ddf6763746328e50ed1 (patch) | |
| tree | 52a80f0dc47034e37302e93e06d8859348b49fdd | |
| parent | 4bd6a52562c48d6d798bcbe427e08ad306889b4a (diff) | |
| download | bootstrap-4a50ac0bddc830575e9a7ddf6763746328e50ed1.tar.xz bootstrap-4a50ac0bddc830575e9a7ddf6763746328e50ed1.zip | |
enable IE11 in Sauce tests
| -rw-r--r-- | test-infra/sauce_browsers.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index a2edd8b7b..9197e215f 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -21,11 +21,11 @@ # Mac Opera not currently supported by Sauce Labs - # { # FIXME: currently fails 1 tooltip test - # browserName: "internet explorer", - # version: "11", - # platform: "Windows 8.1" - # }, + { + browserName: "internet explorer", + version: "11", + platform: "Windows 8.1" + }, # { # browserName: "internet explorer", |
