diff --git a/Gruntfile.js b/Gruntfile.js index a2190478e56e9f02d90d89201e4dafe0d58ae0b4..c5f252684df68a0f6448ed3bed06b924f60a0f60 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -374,7 +374,7 @@ module.exports = function (grunt) { throttled: 10, maxRetries: 3, maxPollRetries: 4, - urls: ['http://127.0.0.1:3000/js/tests/index.html'], + urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'], browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') } } diff --git a/js/tests/index.html b/js/tests/index.html index 05e9009fcb980094bdd60fa3b9a2ecea24e4142f..cdfe02b2754eca2ae8d8b30e42e1cde7bdaee0bd 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -12,10 +12,6 @@ <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 in Sauce screencasts */ - } - #qunit-fixture { top: 0; left: 0;