DEV: skip flaky chat composer emoji spec (#30623)

This test is flaky, sometimes it fails with the hamburger menu blocking the click on the emoji, other times it just doesn't return the list of emojis when the search term is there.

Other similar emoji tests are skipped. Stopping the bleed, but we still need to figure out a more reliable testing strategy here.

Will revisit after #28277 is merged.

ref /t/-/145212
This commit is contained in:
Renato Atilio 2025-01-07 13:36:43 -03:00 committed by GitHub
parent 9c661cc2c8
commit 9b4dfbbbfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ RSpec.describe "Chat composer", type: :system do
expect(page).to have_no_selector(".chat-emoji-picker [data-emoji='grinning']")
end
it "replaces the partially typed emoji with the selected" do
xit "replaces the partially typed emoji with the selected" do
chat_page.visit_channel(channel_1)
find(".chat-composer__input").fill_in(with: "hey :gri")