]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make it easier to see failing tests in Sauce screencasts 14641/head
authorChris Rebert <code@rebertia.com>
Thu, 18 Sep 2014 01:30:02 +0000 (18:30 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 18 Sep 2014 01:33:39 +0000 (18:33 -0700)
...by hiding passing tests in the list of tests.

js/tests/index.html

index 1c025cf761b4d00ebcd674316cdf3889c25155b1..194f531aaf81b8297d4298e187ca2aede5024794 100644 (file)
     <!-- 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 = []