diff --git a/detox/e2e/test/teams/invite_people.e2e.ts b/detox/e2e/test/teams/invite_people.e2e.ts index 6975899cc..3423006fd 100644 --- a/detox/e2e/test/teams/invite_people.e2e.ts +++ b/detox/e2e/test/teams/invite_people.e2e.ts @@ -58,7 +58,7 @@ describe('Teams - Invite people', () => { await HomeScreen.logout(); }); - it('MM-T4729_2 - should be able to share a URL invite to the team', async () => { + it('MM-T5221 - should be able to share a URL invite to the team', async () => { // # Open plus menu await ChannelListScreen.headerPlusButton.tap();