DEV: skip mobile copy link spec (#23805)

Most likely on CI sometimes it makes a press instead of a long press because there's a thread preview underneath.
This commit is contained in:
Joffrey JAFFEUX 2023-10-05 21:50:19 +02:00 committed by GitHub
parent 921f1279b9
commit b4c4f01b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ RSpec.describe "Chat message - channel", type: :system do
expect(PageObjects::Components::Toasts.new).to have_success(I18n.t("js.chat.link_copied"))
end
it "[mobile] copies the link to the message", mobile: true do
xit "[mobile] copies the link to the message", mobile: true do
chat_page.visit_channel(channel_1)
channel_page.messages.copy_link(thread_1.original_message)