Fix UI test snapshots following the introduction of the typing indicator.

This commit is contained in:
Stefan Ceriu 2024-02-14 17:21:44 +02:00 committed by Stefan Ceriu
parent bb23914cd5
commit 2f983d6ecc
65 changed files with 129 additions and 129 deletions

View File

@ -39,7 +39,7 @@ class UserSessionScreenTests: XCTestCase {
XCTAssert(app.staticTexts[firstRoomName].waitForExistence(timeout: 5.0))
try await Task.sleep(for: .seconds(1))
let cell = app.cells.firstMatch
let cell = app.cells.element(boundBy: 1) // Skip the typing indicator cell
cell.swipeRight(velocity: .fast)
try await app.assertScreenshot(.userSessionScreenReply)