From f632dd90f7b7d1b9428c3923646fb664db86bcbf Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Thu, 6 Oct 2016 16:29:58 +1300
Subject: [PATCH] Hide RSS title and date which changes when we release new
 changelogs

---
 plugins/RssWidget/stylesheets/rss.less | 6 ++++++
 1 file changed, 6 insertions(+)

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
-- 
GitLab