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-11 03:09:35 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-11 03:09:35 +0400
commit2cdc984f284cc1d5556df1d28613e5ad308a48bd (patch)
tree18aece8188687a4c76639691702fc620cbbe06d0 /tests/lib
parenta5faaf4079b63fed559d0b21501262a0cc3f4ebc (diff)
Look in Test folder for UI tests instead of 'tests'.
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/screenshot-testing/support/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/screenshot-testing/support/app.js b/tests/lib/screenshot-testing/support/app.js
index 6f1fae555f..eff60535e2 100644
--- a/tests/lib/screenshot-testing/support/app.js
+++ b/tests/lib/screenshot-testing/support/app.js
@@ -85,7 +85,7 @@ Application.prototype.loadTestModules = function () {
var modulePaths = walk(uiTestsDir, /_spec\.js$/);
plugins.forEach(function (pluginPath) {
- walk(path.join(pluginPath, 'tests'), /_spec\.js$/, modulePaths);
+ walk(path.join(pluginPath, 'Test'), /_spec\.js$/, modulePaths);
});
modulePaths.forEach(function (path) {