mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add acceptance test for full page search
This commit is contained in:
@@ -40,7 +40,8 @@ describe PostSerializer do
|
||||
serializer = PostSerializer.new(post, scope: Guardian.new(post.user), root: false)
|
||||
notify_user_action = serializer.actions_summary.find { |a| a[:id] == PostActionType.types[:notify_user] }
|
||||
expect(notify_user_action).to be_blank
|
||||
end
|
||||
et:q!
|
||||
n
|
||||
end
|
||||
|
||||
context "a post by a nuked user" do
|
||||
|
||||
Reference in New Issue
Block a user