Update message_reply.e2e.ts (#8225)

Remove outdated note ` -- KNOWN ISSUE: MM-50206`
This commit is contained in:
lindalumitchell 2024-09-18 02:29:44 -07:00 committed by GitHub
parent 152cdc5130
commit 8e27dcacec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);