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:
authorPatryk Andrzejewski <patryk@piwik.pro>2016-03-08 14:24:23 +0300
committerPatryk Andrzejewski <patryk@piwik.pro>2016-04-07 16:12:00 +0300
commit0500f7d70fd0cb2195e77b27a128b26b8c02c674 (patch)
tree08c5b898b4fda309b685f6d236f50463ee1c1c7c /tests/UI/specs
parent0e85026f616cfb60baca6d4691992010d9b3d1ce (diff)
update omni dump, new fixture
Diffstat (limited to 'tests/UI/specs')
-rw-r--r--tests/UI/specs/UIIntegration_spec.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index fd91c3711d..9c903f7442 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -101,6 +101,12 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
}, done);
});
+ it('should load visitors with site search > visitor log page correctly', function (done) {
+ expect.screenshot("visitors_with_site_search_visitorlog").to.be.captureSelector('.pageWrap,.expandDataTableFooterDrawer', function (page) {
+ page.load("?" + urlBase + "#" + generalParams + "&module=Live&action=indexVisitorLog&period=day&date=2012-01-11");
+ }, done);
+ });
+
it('should load the visitors > devices page correctly', function (done) {
expect.screenshot("visitors_devices").to.be.captureSelector('.pageWrap,.expandDataTableFooterDrawer', function (page) {
page.load("?" + urlBase + "#" + generalParams + "&module=DevicesDetection&action=index");