mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Add tests
This commit is contained in:
+5
@@ -93,4 +93,9 @@ class UserSessionOverviewUITests: MockScreenTestCase {
|
||||
let button = app.buttons[buttonId]
|
||||
XCTAssertTrue(button.exists)
|
||||
}
|
||||
|
||||
func test_whenPermanentlySessionSelected_copyIsCorrect() {
|
||||
app.goToScreenWithIdentifier(MockUserSessionOverviewScreenState.otherSession(sessionState: .permanentlyUnverified).title)
|
||||
XCTAssertTrue(app.buttons[VectorL10n.userOtherSessionPermanentlyUnverifiedAdditionalInfo].exists)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user