mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix failing test
This commit is contained in:
@@ -63,7 +63,7 @@ class UserSessionOverviewUITests: MockScreenTestCase {
|
||||
}
|
||||
|
||||
func test_whenSessionSelected_kebabMenuShows() {
|
||||
app.goToScreenWithIdentifier(MockUserSessionOverviewScreenState.otherSession.title)
|
||||
app.goToScreenWithIdentifier(MockUserSessionOverviewScreenState.otherSession(sessionState: .verified).title)
|
||||
let navTitle = VectorL10n.userSessionOverviewSessionTitle
|
||||
let barButton = app.navigationBars[navTitle].buttons["Menu"]
|
||||
XCTAssertTrue(barButton.exists)
|
||||
|
||||
Reference in New Issue
Block a user