This commit is contained in:
Alfonso Grillo
2022-12-05 19:43:29 +01:00
parent 9c594a0169
commit 48bb8f35db

View File

@@ -96,6 +96,7 @@ class UserSessionOverviewUITests: MockScreenTestCase {
func test_whenPermanentlySessionSelected_copyIsCorrect() {
app.goToScreenWithIdentifier(MockUserSessionOverviewScreenState.otherSession(sessionState: .permanentlyUnverified).title)
XCTAssertTrue(app.buttons[VectorL10n.userOtherSessionPermanentlyUnverifiedAdditionalInfo].exists)
let buttonId = "\(VectorL10n.userOtherSessionPermanentlyUnverifiedAdditionalInfo) \(VectorL10n.userSessionLearnMore)"
XCTAssertTrue(app.buttons[buttonId].exists)
}
}