Update message_draft.e2e.ts (#8224)

Removed reference to fixed issue ` -- KNOWN ISSUE: MM-50298`.
This commit is contained in:
lindalumitchell 2024-09-18 02:28:31 -07:00 committed by GitHub
parent f04838d9b1
commit 152cdc5130
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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