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 'tests/UI/specs/PieGraph_spec.js')
-rw-r--r--tests/UI/specs/PieGraph_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/PieGraph_spec.js b/tests/UI/specs/PieGraph_spec.js
index 7c48ce2663..c1b498c65a 100644
--- a/tests/UI/specs/PieGraph_spec.js
+++ b/tests/UI/specs/PieGraph_spec.js
@@ -33,7 +33,7 @@ describe("PieGraph", function () {
it("should change displayed metric when another metric picked", function (done) {
expect.screenshot('other_metric').to.be.capture(function (page) {
- page.click('.jqplot-seriespicker-popover input:not(:checked)');
+ page.click('.jqplot-seriespicker-popover input:not(:checked):first + label');
}, done);
});
}); \ No newline at end of file