discourse/spec/helpers
Neil Lalonde f73ed45de9 FIX: blank popular posts in summary emails due to lightbox images
When looking for the first paragraph with content in a post,
it was matching the lightboxed image paragraph as "<p></p>".
Fix that and other potential empty paragraphs with the
p:not(:empty) selector.
Add a new selector to find the image links in lightboxed
images as valid content for emails.
2020-02-21 16:18:38 -05:00
..
application_helper_spec.rb DEV: Add DEBUG_PRELOADED_APP_DATA to log pre-loaded JSON in development (#8873) 2020-02-06 13:14:33 +10:00
emoji_helper_spec.rb FIX: ensures emoji helper is working with custom emojis (#7843) 2019-07-03 09:23:40 +02:00
topics_helper_spec.rb DEV: Add test for categories_breadcrumb (#8791) 2020-01-28 12:50:27 +02:00
user_notifications_helper_spec.rb FIX: blank popular posts in summary emails due to lightbox images 2020-02-21 16:18:38 -05:00