Extend notifications to be marked as read and unread
This commit is contained in:
@@ -353,4 +353,7 @@ module CommonActions
|
||||
fill_in "newsletter_body", with: (options[:body] || "This is a different body")
|
||||
end
|
||||
|
||||
def click_notifications_icon
|
||||
find("#notifications a").click
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user