Fix integration tests following room detail screens title changes.

This commit is contained in:
Stefan Ceriu 2024-04-08 12:24:35 +03:00 committed by Stefan Ceriu
parent eddc650f68
commit 5221e9fb5d

View File

@ -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")