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/Dashboard/tests/UI/Dashboard_spec.js')
-rw-r--r--plugins/Dashboard/tests/UI/Dashboard_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dashboard/tests/UI/Dashboard_spec.js b/plugins/Dashboard/tests/UI/Dashboard_spec.js
index 2140504911..a4b27f95e0 100644
--- a/plugins/Dashboard/tests/UI/Dashboard_spec.js
+++ b/plugins/Dashboard/tests/UI/Dashboard_spec.js
@@ -299,6 +299,7 @@ describe("Dashboard", function () {
expect(await page.screenshot({ fullPage: true })).to.matchImage('create_new');
});
+
it("should load segmented dashboard", async function() {
await removeAllExtraDashboards();
await page.goto(url + '&segment=' + encodeURIComponent("browserCode==FF"));
@@ -326,4 +327,5 @@ describe("Dashboard", function () {
expect(await page.screenshot({ fullPage: true })).to.matchImage('invalid_token_auth');
});
+
});