mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Cleanup UI tests
This commit is contained in:
@@ -75,8 +75,6 @@ class UserSessionOverviewUITests: MockScreenTestCase {
|
||||
let buttonId = "\(VectorL10n.userOtherSessionVerifiedAdditionalInfo) \(VectorL10n.userSessionLearnMore)"
|
||||
let button = app.buttons[buttonId]
|
||||
XCTAssertTrue(button.exists)
|
||||
button.tap()
|
||||
XCTAssertTrue(app.staticTexts[VectorL10n.userSessionVerifiedSessionTitle].exists)
|
||||
}
|
||||
|
||||
func test_whenOtherUnverifiedSessionSelected_learnMoreButtonExists() {
|
||||
@@ -84,7 +82,5 @@ class UserSessionOverviewUITests: MockScreenTestCase {
|
||||
let buttonId = "\(VectorL10n.userOtherSessionUnverifiedAdditionalInfo) \(VectorL10n.userSessionLearnMore)"
|
||||
let button = app.buttons[buttonId]
|
||||
XCTAssertTrue(button.exists)
|
||||
button.tap()
|
||||
XCTAssertTrue(app.staticTexts[VectorL10n.userSessionUnverifiedSessionTitle].exists)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user