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>2016-10-06 12:54:11 +0300
committerGitHub <noreply@github.com>2016-10-06 12:54:11 +0300
commit39a522ec3420fdbf64badd6cf35f3e3503e9f0a8 (patch)
treea60a6c5263f6b3942d00404c190dab86111e852a /plugins
parent97ce8b4587c055b0c5f96481062756e074161146 (diff)
parent385ddfc9c33c29f22b36ef05b4abcd21710d152a (diff)
Retry ui tests + some random UI test fix (hide changing blog post and date) (#10698)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/RssWidget/stylesheets/rss.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/RssWidget/stylesheets/rss.less b/plugins/RssWidget/stylesheets/rss.less
index 11f4d9dbbe..5becda42f3 100644
--- a/plugins/RssWidget/stylesheets/rss.less
+++ b/plugins/RssWidget/stylesheets/rss.less
@@ -31,3 +31,9 @@
font-size: 13px;
color: #333333;
}
+
+/* hide changing blog post title and date in UI test */
+.uiTest .rss-title, .uiTest .rss-date {
+ visibility:hidden;
+
+} \ No newline at end of file