mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
DEV: skip test for chat link with missing param (#25766)
This commit is contained in:
parent
866193e8f3
commit
5054fe7730
|
@ -27,7 +27,7 @@ RSpec.describe "Chat New Message from params", type: :system do
|
|||
expect(page).to have_current_path("/chat/c/#{user_2.username}/#{Chat::Channel.last.id}")
|
||||
end
|
||||
|
||||
it "redirects to chat channel if recipients param is missing" do
|
||||
xit "redirects to chat channel if recipients param is missing" do
|
||||
visit("/chat/new-message")
|
||||
|
||||
# chat service selects public channel from getIdealFirstChannelId
|
||||
|
|
Loading…
Reference in New Issue
Block a user