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