mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Skip flaky test on actions (#21072)
https://github.com/discourse/discourse/actions/runs/4675927190/jobs/8281605117
This commit is contained in:
committed by
GitHub
parent
121d5c6c6a
commit
d86691a767
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user