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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/GenerateTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreConsole/Commands/GenerateTest.php b/plugins/CoreConsole/Commands/GenerateTest.php
index c2b31b6fe5..95dac4cfbd 100644
--- a/plugins/CoreConsole/Commands/GenerateTest.php
+++ b/plugins/CoreConsole/Commands/GenerateTest.php
@@ -156,8 +156,8 @@ class GenerateTest extends GeneratePluginBase
'/tests',
'/tests/UI',
'/tests/UI/.gitignore',
- '/tests/UI/expected-ui-screenshots',
- '/tests/UI/expected-ui-screenshots/.gitkeep',
+ '/tests/UI/expected-screenshots',
+ '/tests/UI/expected-screenshots/.gitkeep',
'/tests/UI/SimpleUITest_spec.js',
);
}