Skip to content

Commit

Permalink
Update autocomplete.e2e.ts
Browse files Browse the repository at this point in the history
Removed references to now-closed issue https://mattermost.atlassian.net/browse/MM-50351
  • Loading branch information
lindalumitchell authored Sep 24, 2024
1 parent 250f8d0 commit 63a43b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detox/e2e/test/smoke_test/autocomplete.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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-50351', async () => {
it('MM-T4886_2 - should be able to select and post channel mention suggestion', async () => {
// # Type in "~" to activate channel mention autocomplete
await ChannelScreen.postInput.typeText('~');
await Autocomplete.toBeVisible();
Expand Down Expand Up @@ -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-50351', async () => {
it('MM-T4886_4 - should be able to select and post slash suggestion', async () => {
// # Type in "/" to activate slash suggestion autocomplete
await ChannelScreen.postInput.typeText('/');
await Autocomplete.toBeVisible();
Expand Down

0 comments on commit 63a43b9

Please sign in to comment.