Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 18:07:01 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 18:07:01 +0400
commit97889e0d6ef5f6e66d1ef13a56b8dd05e91c6d4a (patch)
tree5f0930cabc9ab7a7ceaf0719e7088f53f3a74e18 /tests/lib
parent1ec732d8117adc7e5714367fb7dbbcc031806a55 (diff)
Debugging dashboard issues on travis.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/run-tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/screenshot-testing/run-tests.js b/tests/lib/screenshot-testing/run-tests.js
index cb828773b0..1b4c2085eb 100644
--- a/tests/lib/screenshot-testing/run-tests.js
+++ b/tests/lib/screenshot-testing/run-tests.js
@@ -27,7 +27,7 @@ if (options['help']) {
app.printHelpAndExit();
}
-options['tests'] = ['Login']; // TODO: remove after debugging testing done
+options['tests'] = ['Dashboard', 'Login']; // TODO: remove after debugging testing done
app.init();
app.loadTestModules();