From 5054fe7730cb6bf29b70e069e0b9e879922403ef Mon Sep 17 00:00:00 2001 From: David Battersby Date: Tue, 20 Feb 2024 18:49:30 +0800 Subject: [PATCH] DEV: skip test for chat link with missing param (#25766) --- plugins/chat/spec/system/chat_new_message_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/spec/system/chat_new_message_spec.rb b/plugins/chat/spec/system/chat_new_message_spec.rb index 1ee12b31d9f..a3116a038d6 100644 --- a/plugins/chat/spec/system/chat_new_message_spec.rb +++ b/plugins/chat/spec/system/chat_new_message_spec.rb @@ -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