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>2016-09-30 04:14:41 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-09-30 04:14:41 +0300
commitd3762d8979d64b40993fe1f50033ef82f5e408ac (patch)
treee5765b361fb49eafefc177eb2e6761ca7ba819ba /tests/UI/specs
parentf47ae6ef03044c806efe53435c71146e18fbad06 (diff)
parentfd3463170886a6e01cbae0798b4e7ec0e11cb0a5 (diff)
Merge branch '3.x-dev' into 3.0-m09
Diffstat (limited to 'tests/UI/specs')
-rw-r--r--tests/UI/specs/UIIntegration_spec.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index ab4ba8041a..252f57f49d 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -296,6 +296,12 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
}, done);
});
+ it('should update the evolution chart if a sparkline is clicked', function (done) {
+ expect.screenshot('goals_individual_goal_updated').to.be.captureSelector('.pageWrap,.dataTable', function (page) {
+ page.click('.sparkline.linked:contains(%)');
+ }, done);
+ });
+
// Events pages
it('should load the Events > index page correctly', function (done) {
expect.screenshot('events_overview').to.be.captureSelector('.pageWrap,.dataTable', function (page) {