mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:34:57 +08:00
This reverts commit abcdd8d367e8db430119f847f029e9cc94e62cb6.
This commit is contained in:
@ -166,6 +166,9 @@ RSpec.describe "React to message", type: :system do
|
||||
channel.click_reaction(message_1, "female_detective")
|
||||
|
||||
expect(channel).to have_reaction(message_1, "female_detective", "1")
|
||||
expect(
|
||||
channel.find_reaction(message_1, "female_detective")["data-tippy-content"],
|
||||
).to include(other_user.username)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user