Fix useSessionScreen test snapshots.

This commit is contained in:
Stefan Ceriu 2024-11-07 10:54:12 +02:00
parent 1347992cbc
commit e4f346cbc7

View File

@ -13,6 +13,9 @@ class UserSessionScreenTests: XCTestCase {
func testUserSessionFlows() async throws {
let app = Application.launch(.userSessionScreen)
app.swipeDown() // Make sure the header shows a large title
try await app.assertScreenshot(.userSessionScreen, step: 1)
app.buttons[A11yIdentifiers.homeScreen.roomName(firstRoomName)].tap()