Skip to content

Commit

Permalink
Fix useSessionScreen test snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Nov 7, 2024
1 parent 1347992 commit e4f346c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UITests/Sources/UserSessionScreenTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e4f346c

Please sign in to comment.