mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
FIX: incorrect selector in system specs (#22615)
This could lead to flakey specs, and was invalid anyways.
This commit is contained in:
@ -130,7 +130,7 @@ RSpec.describe "React to message", type: :system do
|
||||
sign_in(current_user)
|
||||
chat.visit_channel(category_channel_1)
|
||||
channel.hover_message(message_1)
|
||||
find(".chat-message-actions [data-emoji-name=\"+1\"").click
|
||||
find(".chat-message-actions [data-emoji-name=\"+1\"]").click
|
||||
|
||||
expect(channel.message_reactions_list(message_1)).to have_css(
|
||||
"[data-emoji-name=\"+1\"]",
|
||||
|
Reference in New Issue
Block a user