Update message_reply.e2e.ts (#8225)
Remove outdated note ` -- KNOWN ISSUE: MM-50206`
This commit is contained in:
parent
152cdc5130
commit
8e27dcacec
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue