DEV: Skip flaky test on actions (#21072)

https://github.com/discourse/discourse/actions/runs/4675927190/jobs/8281605117
This commit is contained in:
Alan Guo Xiang Tan
2023-04-12 16:51:00 +08:00
committed by GitHub
parent 121d5c6c6a
commit d86691a767

View File

@@ -125,7 +125,7 @@ RSpec.describe "Chat composer", type: :system, js: true do
sign_in(current_user)
end
it "prefills the emoji picker filter input" do
xit "prefills the emoji picker filter input" do
chat.visit_channel(channel_1)
find(".chat-composer-input").fill_in(with: ":gri")