DEV: Unskip chat transcript spec (#24778)
This commit is contained in:
parent
cf9bef0499
commit
549513e25d
|
@ -257,7 +257,7 @@ describe Chat::TranscriptService do
|
||||||
MARKDOWN
|
MARKDOWN
|
||||||
end
|
end
|
||||||
|
|
||||||
xit "generates reaction data for threaded messages" do
|
it "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
|
||||||
|
|
||||||
xit "generates a chat transcript for threaded messages" do
|
it "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
|
||||||
|
|
||||||
xit "doesn't add thread info for threads with no replies" do
|
it "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
|
||||||
|
|
||||||
xit "generates the correct markdown for multiple threads" do
|
it "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…
Reference in New Issue