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
path: root/tests
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-12-09 21:49:25 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-12-09 21:49:25 +0300
commit3ac6b6936bf22f2a28a1e4bc169b73f3aa6a6870 (patch)
treec9be5b459559b96e6747a0062150e5bf33c84f86 /tests
parentbcc315f764e4456dd3cd65bdf51f9d619d8f4911 (diff)
fix visitors overview ui test (#15252)
Diffstat (limited to 'tests')
-rw-r--r--tests/UI/expected-screenshots/UIIntegrationTest_visitors_overview_columns.png3
-rw-r--r--tests/UI/specs/UIIntegration_spec.js2
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_visitors_overview_columns.png b/tests/UI/expected-screenshots/UIIntegrationTest_visitors_overview_columns.png
new file mode 100644
index 0000000000..5d0746e211
--- /dev/null
+++ b/tests/UI/expected-screenshots/UIIntegrationTest_visitors_overview_columns.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5797c570a3eff9aa550442eedfa692a89865da9b9081245c08672f6bf6324b92
+size 71706
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index dd9f83dc5b..d4333d3c12 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -137,7 +137,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
await page.waitForNetworkIdle();
pageWrap = await page.$('.pageWrap');
- expect(await pageWrap.screenshot()).to.matchImage('visitors_overview');
+ expect(await pageWrap.screenshot()).to.matchImage('visitors_overview_columns');
});
it('should reload the visitors > overview page when clicking on the visitors overview page element again', async function () {