mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 03:42:41 +08:00
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:
parent
9c661cc2c8
commit
9b4dfbbbfe
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user