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/BarGraph_spec.js')
-rw-r--r--tests/UI/specs/BarGraph_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/BarGraph_spec.js b/tests/UI/specs/BarGraph_spec.js
index 63e50d8721..6d1c63c66f 100644
--- a/tests/UI/specs/BarGraph_spec.js
+++ b/tests/UI/specs/BarGraph_spec.js
@@ -31,7 +31,7 @@ describe("BarGraph", function () {
it("should display multiple metrics when another metric picked", async function () {
await page.waitForSelector('.jqplot-seriespicker-popover input');
- var element = await page.jQuery('.jqplot-seriespicker-popover input:not(:checked):first + label');
+ var element = await page.jQuery('.jqplot-seriespicker-popover input:not(:checked):first');
await element.click();
await page.waitForNetworkIdle();
await page.waitFor(500);