diff --git a/plugins/chat/spec/system/chat_composer_spec.rb b/plugins/chat/spec/system/chat_composer_spec.rb index fa6a9d85e51..34625dd392d 100644 --- a/plugins/chat/spec/system/chat_composer_spec.rb +++ b/plugins/chat/spec/system/chat_composer_spec.rb @@ -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")