From 2b1e9852f454368a0b5608cc064e3f220fdae2ed Mon Sep 17 00:00:00 2001 From: Joseph Baylon Date: Mon, 6 Feb 2023 19:24:10 -0800 Subject: [PATCH] Update jira number for known issue --- detox/e2e/test/smoke_test/autocomplete.e2e.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/detox/e2e/test/smoke_test/autocomplete.e2e.ts b/detox/e2e/test/smoke_test/autocomplete.e2e.ts index 5690af8e6f..5c06037410 100644 --- a/detox/e2e/test/smoke_test/autocomplete.e2e.ts +++ b/detox/e2e/test/smoke_test/autocomplete.e2e.ts @@ -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();