From 152cdc51305895c3fdb4acf79a9a1d9aec503f80 Mon Sep 17 00:00:00 2001 From: lindalumitchell Date: Wed, 18 Sep 2024 02:28:31 -0700 Subject: [PATCH] Update message_draft.e2e.ts (#8224) Removed reference to fixed issue ` -- KNOWN ISSUE: MM-50298`. --- detox/e2e/test/messaging/message_draft.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detox/e2e/test/messaging/message_draft.e2e.ts b/detox/e2e/test/messaging/message_draft.e2e.ts index 5a4655c5e..deb0f0d0a 100644 --- a/detox/e2e/test/messaging/message_draft.e2e.ts +++ b/detox/e2e/test/messaging/message_draft.e2e.ts @@ -146,7 +146,7 @@ describe('Messaging - Message Draft', () => { await ChannelScreen.back(); }); - it('MM-T4781_4 - should be able to create a message draft from reply thread -- KNOWN ISSUE: MM-50298', async () => { + it('MM-T4781_4 - should be able to create a message draft from reply thread', async () => { // # Open a channel screen, post a message, and tap on the post to open reply thread const message = `Message ${getRandomId()}`; await ChannelScreen.open(channelsCategory, testChannel.name);