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:
Alan Guo Xiang Tan
2023-06-02 07:35:42 +09:00
committed by GitHub
parent 0330f51d75
commit 876734bcb6
6 changed files with 7 additions and 17 deletions

View File

@ -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")