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:
authorThomas Steur <thomas.steur@gmail.com>2015-11-03 00:55:32 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-04 23:02:10 +0300
commit8c970d3ecd5ee10825882eee2dfaf60f92a3a6ea (patch)
tree264a701b99ef0b77ade9ef7bdbacfe85d12a2318 /plugins/CustomVariables/tests
parent89eb98b2fdaf3fa72a4a038daa050764f904ecc6 (diff)
changed look of custom variables screen, merge metadata when specified
Diffstat (limited to 'plugins/CustomVariables/tests')
-rw-r--r--plugins/CustomVariables/tests/UI/CustomVariables_spec.js6
-rw-r--r--plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_create.pngbin19928 -> 0 bytes
-rw-r--r--plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_manage.pngbin44125 -> 68494 bytes
3 files changed, 0 insertions, 6 deletions
diff --git a/plugins/CustomVariables/tests/UI/CustomVariables_spec.js b/plugins/CustomVariables/tests/UI/CustomVariables_spec.js
index a64a1cd7ce..1e247fca56 100644
--- a/plugins/CustomVariables/tests/UI/CustomVariables_spec.js
+++ b/plugins/CustomVariables/tests/UI/CustomVariables_spec.js
@@ -22,10 +22,4 @@ describe("CustomVariables", function () {
expect.screenshot('link_in_menu').to.be.captureSelector('li:contains(Manage)', function (page) {
}, done);
});
-
- it('should show custom variable creation command in dialog', function (done) {
- expect.screenshot('create').to.be.captureSelector('.ui-dialog', function (page) {
- page.click('.manageCustomVars .addCustomVar')
- }, done);
- });
}); \ No newline at end of file
diff --git a/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_create.png b/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_create.png
deleted file mode 100644
index ccd46cfa9b..0000000000
--- a/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_create.png
+++ /dev/null
Binary files differ
diff --git a/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_manage.png b/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_manage.png
index c520cde1bf..c03b7e3795 100644
--- a/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_manage.png
+++ b/plugins/CustomVariables/tests/UI/expected-ui-screenshots/CustomVariables_manage.png
Binary files differ