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 21:51:08 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 21:51:08 +0400
commit2daed0557fab4a801d237205797009dc99125bdd (patch)
tree3f41d87bc5dc1b06aca220701c41292d0e1073fd /tests/lib
parent2b68a86f672e6611dce2846d21c22f76338693a2 (diff)
Trying to fix Overlay UI tests (change font in test site to Arial).
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/run-tests.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/screenshot-testing/run-tests.js b/tests/lib/screenshot-testing/run-tests.js
index 6ddde1d92f..83650db68b 100644
--- a/tests/lib/screenshot-testing/run-tests.js
+++ b/tests/lib/screenshot-testing/run-tests.js
@@ -27,6 +27,8 @@ if (options['help']) {
app.printHelpAndExit();
}
+options.tests = ['Overlay'];
+
app.init();
app.loadTestModules();
app.runTests(); \ No newline at end of file