comments: fix modreport notices being visible to Members.
Fix the "This comment has been reported" notice being visible for Members.
This commit is contained in:
@@ -58,7 +58,8 @@ class CommentComponentTest < ViewComponent::TestCase
|
||||
end
|
||||
|
||||
should "not show the report notice to regular users" do
|
||||
render_comment(@comment, current_user: User.anonymous)
|
||||
create(:moderation_report, model: @comment)
|
||||
render_comment(@comment, current_user: create(:user))
|
||||
|
||||
assert_no_css(".moderation-report-notice")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user