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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2018-04-23 11:49:33 +0300
committerGitHub <noreply@github.com>2018-04-23 11:49:33 +0300
commit2dbb1dda4dcf939cd40bb64f604b63c093ffdea3 (patch)
treef9149bdab3a86d4c7e9434d7f83358a3a6f1ad27 /plugins/Live/tests/UI
parentf69c1f68965692ca8a5835f6fb0ebb4a53adfee0 (diff)
Revert "Show information in visitor profile if dataset was "truncated"" (#12761)
* Revert "Fix syntax vor 'SHOW COLUMNS FROM' (#12759)" This reverts commit f69c1f68965692ca8a5835f6fb0ebb4a53adfee0. * Revert "fix #12722 (#12756)" This reverts commit 6c3ed181113cb8c96526e40e8cdc65cc4dc10599. * Revert "When setting or resetting User ID, do not update the Visitor ID in the first party cookie (#12742)" This reverts commit fdb161b4d2a423a092dd4144b3cc1026bdd930ad. * Revert "Show information in visitor profile if dataset was "truncated" (#12376)" This reverts commit 14ba6a44029e29a9336efdd482875df641bd2a82.
Diffstat (limited to 'plugins/Live/tests/UI')
-rw-r--r--plugins/Live/tests/UI/Live_spec.js15
-rw-r--r--plugins/Live/tests/UI/expected-ui-screenshots/Live_visitor_profile_limited.pngbin321058 -> 0 bytes
2 files changed, 0 insertions, 15 deletions
diff --git a/plugins/Live/tests/UI/Live_spec.js b/plugins/Live/tests/UI/Live_spec.js
index 74cb330f3a..48278897fe 100644
--- a/plugins/Live/tests/UI/Live_spec.js
+++ b/plugins/Live/tests/UI/Live_spec.js
@@ -69,21 +69,6 @@ describe("Live", function () {
}, done);
});
- it('should show limited profile message', function (done) {
- expect.screenshot('visitor_profile_limited').to.be.captureSelector('.ui-dialog', function (page) {
-
- // Limit number of shown visits to 5
- testEnvironment.overrideConfig('General', 'live_visitor_profile_max_visits_to_aggregate', 5);
- testEnvironment.save();
-
- page.load("?module=CoreHome&action=index&idSite=1&period=year&date=2010-01-03#?idSite=1&period=year&date=2010-01-03&category=General_Visitors&subcategory=Live_VisitorLog");
- page.evaluate(function(){
- $('.card:first-child .visitor-log-visitor-profile-link').click();
- });
- page.wait(6000);
- }, done);
- });
-
it('should show visitor log purge message when purged and no data', function (done) {
expect.screenshot('visitor_log_purged').to.be.captureSelector('.reporting-page', function (page) {
diff --git a/plugins/Live/tests/UI/expected-ui-screenshots/Live_visitor_profile_limited.png b/plugins/Live/tests/UI/expected-ui-screenshots/Live_visitor_profile_limited.png
deleted file mode 100644
index e6d3fca8bb..0000000000
--- a/plugins/Live/tests/UI/expected-ui-screenshots/Live_visitor_profile_limited.png
+++ /dev/null
Binary files differ