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:
authorThomas Steur <thomas.steur@gmail.com>2016-01-19 00:23:29 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-01-19 00:23:29 +0300
commit19e7cf3e3c84d239b1f46c212d92c75272602120 (patch)
treebe7b352be6dbe2f8884c44c49906fc08374b9f62 /tests/resources
parentdfc8d13c72bf17c13341327e81a719400dd1d8e7 (diff)
fix a ui test that has different content every day because it shows "N days ago"
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-override/override.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resources/screenshot-override/override.css b/tests/resources/screenshot-override/override.css
index f74ae3545f..1e746d1d5d 100644
--- a/tests/resources/screenshot-override/override.css
+++ b/tests/resources/screenshot-override/override.css
@@ -6,7 +6,7 @@
display:none;
}
-.visitor-profile-important-visits>div>div>p:first-child>span {
+.visitor-profile-important-visits>div>div>p:first-child {
display:none;
}