mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 20:47:15 +08:00
DEV: Skip chat transcript spec (#24819)
This commit is contained in:
parent
695ec99cea
commit
4904c2f11b
@ -257,7 +257,7 @@ describe Chat::TranscriptService do
|
|||||||
MARKDOWN
|
MARKDOWN
|
||||||
end
|
end
|
||||||
|
|
||||||
it "generates reaction data for threaded messages" do
|
xit "generates reaction data for threaded messages" do
|
||||||
thread = Fabricate(:chat_thread, channel: channel)
|
thread = Fabricate(:chat_thread, channel: channel)
|
||||||
thread_om =
|
thread_om =
|
||||||
Fabricate(
|
Fabricate(
|
||||||
@ -329,7 +329,7 @@ describe Chat::TranscriptService do
|
|||||||
MARKDOWN
|
MARKDOWN
|
||||||
end
|
end
|
||||||
|
|
||||||
it "generates a chat transcript for threaded messages" do
|
xit "generates a chat transcript for threaded messages" do
|
||||||
thread = Fabricate(:chat_thread, channel: channel)
|
thread = Fabricate(:chat_thread, channel: channel)
|
||||||
thread_om =
|
thread_om =
|
||||||
Fabricate(
|
Fabricate(
|
||||||
@ -367,7 +367,7 @@ describe Chat::TranscriptService do
|
|||||||
MARKDOWN
|
MARKDOWN
|
||||||
end
|
end
|
||||||
|
|
||||||
it "doesn't add thread info for threads with no replies" do
|
xit "doesn't add thread info for threads with no replies" do
|
||||||
thread = Fabricate(:chat_thread, channel: channel)
|
thread = Fabricate(:chat_thread, channel: channel)
|
||||||
thread_om =
|
thread_om =
|
||||||
Fabricate(
|
Fabricate(
|
||||||
@ -412,7 +412,7 @@ describe Chat::TranscriptService do
|
|||||||
MARKDOWN
|
MARKDOWN
|
||||||
end
|
end
|
||||||
|
|
||||||
it "generates the correct markdown for multiple threads" do
|
xit "generates the correct markdown for multiple threads" do
|
||||||
channel_message_1 =
|
channel_message_1 =
|
||||||
Fabricate(:chat_message, user: user1, chat_channel: channel, message: "I need ideas")
|
Fabricate(:chat_message, user: user1, chat_channel: channel, message: "I need ideas")
|
||||||
thread_1 = Fabricate(:chat_thread, channel: channel)
|
thread_1 = Fabricate(:chat_thread, channel: channel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user