Skip to content

Commit

Permalink
Update message_reply.e2e.ts (#8225)
Browse files Browse the repository at this point in the history
Remove outdated note ` -- KNOWN ISSUE: MM-50206`
  • Loading branch information
lindalumitchell committed Sep 18, 2024
1 parent 152cdc5 commit 8e27dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/e2e/test/messaging/message_reply.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8e27dca

Please sign in to comment.