From 97c7f736553252bb516d6e884edb0a305ebb6e3a Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 8 Apr 2024 12:24:35 +0300 Subject: [PATCH] Fix integration tests following room detail screens title changes. --- IntegrationTests/Sources/UserFlowTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntegrationTests/Sources/UserFlowTests.swift b/IntegrationTests/Sources/UserFlowTests.swift index badaad3f7..667e893be 100644 --- a/IntegrationTests/Sources/UserFlowTests.swift +++ b/IntegrationTests/Sources/UserFlowTests.swift @@ -156,10 +156,10 @@ class UserFlowTests: XCTestCase { tapOnBackButton("People") // Go back to the room details - tapOnBackButton() + tapOnBackButton("Room info") // Go back to the room - tapOnBackButton() + tapOnBackButton("Room") // Go back to the room list tapOnBackButton("Chats")