Update jira number for known issue

This commit is contained in:
Joseph Baylon
2023-02-06 19:24:10 -08:00
committed by Elisabeth Kulzer
parent 32fbc01d03
commit 2b1e9852f4

View File

@@ -85,7 +85,7 @@ describe('Smoke Test - Autocomplete', () => {
await ChannelScreen.hasPostMessage(post.id, `@${testUser.username}`);
});
it('MM-T4886_2 - should be able to select and post channel mention suggestion -- KNOWN ISSUE: MM-50085', async () => {
it('MM-T4886_2 - should be able to select and post channel mention suggestion -- KNOWN ISSUE: MM-50351', async () => {
// # Type in "~" to activate channel mention autocomplete
await ChannelScreen.postInput.typeText('~');
await Autocomplete.toBeVisible();
@@ -136,7 +136,7 @@ describe('Smoke Test - Autocomplete', () => {
await ChannelScreen.hasPostMessage(post.id, '🦊');
});
it('MM-T4886_4 - should be able to select and post slash suggestion -- KNOWN ISSUE: MM-50085', async () => {
it('MM-T4886_4 - should be able to select and post slash suggestion -- KNOWN ISSUE: MM-50351', async () => {
// # Type in "/" to activate slash suggestion autocomplete
await ChannelScreen.postInput.typeText('/');
await Autocomplete.toBeVisible();