From 70713873c48451983b85878464eeca67471f2c70 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:18:46 +0000 Subject: [PATCH] Fix the integration tests (maybe?!). (#4723) --- IntegrationTests/Sources/UserFlowTests.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/IntegrationTests/Sources/UserFlowTests.swift b/IntegrationTests/Sources/UserFlowTests.swift index 09212dff3..8cfa10a81 100644 --- a/IntegrationTests/Sources/UserFlowTests.swift +++ b/IntegrationTests/Sources/UserFlowTests.swift @@ -156,9 +156,8 @@ class UserFlowTests: XCTestCase { tapOnButton(A11yIdentifiers.startChatScreen.createRoom) - tapOnButton(A11yIdentifiers.inviteUsersScreen.proceed) - - tapOnBackButton("Invite people") + // Don't create the room, it will make the test account very noisy. + // The UI tests already test this flow with mocked data. tapOnBackButton("Start chat")