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/MeasurableManager_spec.js')
-rw-r--r--tests/UI/specs/MeasurableManager_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/MeasurableManager_spec.js b/tests/UI/specs/MeasurableManager_spec.js
index 539576a7c1..691af5c436 100644
--- a/tests/UI/specs/MeasurableManager_spec.js
+++ b/tests/UI/specs/MeasurableManager_spec.js
@@ -31,7 +31,7 @@ describe("MeasurableManager", function () {
});
it("should use measurable wording in menu", function (done) {
- var selector = '.Menu-tabList *:contains(Administration):first';
+ var selector = '#secondNavBar li:contains(Administration):first';
expect.screenshot('measurable_menu_item').to.be.captureSelector(selector, function (page) {
}, done);