From 8e27dcacec99c8f59d410ab4b23646f99f1b75d6 Mon Sep 17 00:00:00 2001 From: lindalumitchell Date: Wed, 18 Sep 2024 02:29:44 -0700 Subject: [PATCH] Update message_reply.e2e.ts (#8225) Remove outdated note ` -- KNOWN ISSUE: MM-50206` --- detox/e2e/test/messaging/message_reply.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detox/e2e/test/messaging/message_reply.e2e.ts b/detox/e2e/test/messaging/message_reply.e2e.ts index 3128b11a7..380a389a6 100644 --- a/detox/e2e/test/messaging/message_reply.e2e.ts +++ b/detox/e2e/test/messaging/message_reply.e2e.ts @@ -107,7 +107,7 @@ describe('Messaging - Message Reply', () => { await ChannelScreen.back(); }); - it('MM-T4785_3 - should not have reply option available on reply thread post options -- KNOWN ISSUE: MM-50206', async () => { + it('MM-T4785_3 - should not have reply option available on reply thread post options', async () => { // # Open a channel screen, post a message, and tap on the post const message = `Message ${getRandomId()}`; await ChannelScreen.open(channelsCategory, testChannel.name);