diff options
author | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-23 09:33:06 +0100 |
---|---|---|
committer | Sébastien Lucas <sebastien@slucas.fr> | 2016-12-23 09:33:06 +0100 |
commit | fab96a6896cef48b7baf7d2deb47deae2023473b (patch) | |
tree | 9da8817b4ff5849f5dd468ff7ebc69c8e08dca19 | |
parent | e774b516f9aa5eabd79d54c6941d649124aa2480 (diff) | |
download | cops-fab96a6896cef48b7baf7d2deb47deae2023473b.zip cops-fab96a6896cef48b7baf7d2deb47deae2023473b.tar.gz cops-fab96a6896cef48b7baf7d2deb47deae2023473b.tar.bz2 |
Remove IE9 from sauce (way too old to maintain)
-rw-r--r-- | test/Sauce.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/test/Sauce.php b/test/Sauce.php index de35972..b837c97 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -13,15 +13,7 @@ class Cops extends Sauce\Sausage\WebDriverTestCase 'platform' => 'Windows 8.1', ) ), - // run IE9 on Windows 7 on Sauce - array( - 'browserName' => 'internet explorer', - 'desiredCapabilities' => array( - 'version' => '9', - 'platform' => 'Windows 7', - ) - ), - // run IE10 on Windows 8 on Sauce + // run IE11 on Windows 8 on Sauce array( 'browserName' => 'internet explorer', 'desiredCapabilities' => array( |