From c9a133b39ba40b2065d1ea8cd66190428c3f4398 Mon Sep 17 00:00:00 2001 From: Julian Mondragon Date: Tue, 1 Nov 2022 09:43:03 -0500 Subject: [PATCH] MM-39720_Invite People - phase 1 Set zephyr test case --- detox/e2e/test/teams/invite_people.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();