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/CustomVariables/tests/UI/CustomVariables_spec.js')
-rw-r--r--plugins/CustomVariables/tests/UI/CustomVariables_spec.js6
1 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