aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-18 00:45:45 -0700
committerChris Rebert <[email protected]>2014-09-18 00:45:45 -0700
commit0a5ba4aab2d67003388a16044b9ab652c75dbec2 (patch)
tree4fde4b99a01bb8ed469569cb3fd4f6d89f280fdc
parent3a1bf02ebf9a04757784973e234fb81d8b44a025 (diff)
parent6f6466330dda9a9738868f146ce4fae47d88e332 (diff)
downloadbootstrap-0a5ba4aab2d67003388a16044b9ab652c75dbec2.tar.xz
bootstrap-0a5ba4aab2d67003388a16044b9ab652c75dbec2.zip
Merge pull request #14641 from twbs/hide-passing
Make it easier to see failing tests in Sauce screencasts
-rw-r--r--js/tests/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index 1c025cf76..194f531aa 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -10,6 +10,11 @@
<!-- QUnit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<script src="vendor/qunit.js"></script>
+ <style>
+ #qunit-tests > li.pass {
+ display: none;/* Make it easier to see failing tests is Sauce screencasts */
+ }
+ </style>
<script>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
var log = []