mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Partially revert d1924c7328b6823167f2d713030b98d0176f20cf (#21895)
Just remove the assertions for now as they are a constant source of tests flakiness.
This commit is contained in:

committed by
GitHub

parent
0330f51d75
commit
876734bcb6
@ -141,7 +141,7 @@ RSpec.describe "Quoting chat message transcripts", type: :system, js: true do
|
||||
|
||||
clip_text = copy_messages_to_clipboard(message_1)
|
||||
click_selection_button("cancel")
|
||||
chat_channel_page.send_message(clip_text, check_message_presence: false)
|
||||
chat_channel_page.send_message(clip_text)
|
||||
|
||||
expect(page).to have_selector(".chat-message", count: 2)
|
||||
expect(page).to have_css(".chat-transcript")
|
||||
|
Reference in New Issue
Block a user