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/UI
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2022-05-31 01:58:38 +0300
committerGitHub <noreply@github.com>2022-05-31 01:58:38 +0300
commitc0159b499861f87822b661e3b08296db654571fa (patch)
tree90617f9cd191084943193f621b51a8c6b0da67af /tests/UI
parentbd6b69c57641222f0ade973087555f42e02acb6a (diff)
[UI] Fix the database tooltip hidden problem (#19285)
* Update dataTable.js * add scrolling points add scrolling points * update a ui tests update a ui tests
Diffstat (limited to 'tests/UI')
-rw-r--r--tests/UI/specs/UIIntegration_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index a10881f9f5..0285b4e51b 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -544,7 +544,7 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
// manipulate the styles a bit, as it's otherwise not visible on screenshot
await page.evaluate(function () {
var style = document.createElement('style');
- style.innerHTML = '.permadocs { display: block !important;z-index:150!important; } .dataTable thead{ z-index:150 !important; }';
+ style.innerHTML = '.permadocs { display: block !important;z-index:150!important;margin-top:0!important; } .dataTable thead{ z-index:150 !important; }';
$('body').append(style);
//add index not overlap others