Merge pull request #6819 from vector-im/aleksandrs/6817_view_all_button

Device Manager: 'View all' button in other sessions list
This commit is contained in:
Aleksandrs Proskurins
2022-10-10 10:18:42 +03:00
committed by GitHub
12 changed files with 255 additions and 21 deletions
@@ -43,4 +43,10 @@ class UserOtherSessionsUITests: MockScreenTestCase {
XCTAssertTrue(app.buttons["iOS, Unverified · Your current session"].exists)
}
func test_whenOtherSessionsWithAllSessionFilterPresented_correctHeaderDisplayed() {
app.goToScreenWithIdentifier(MockUserOtherSessionsScreenState.all.title)
XCTAssertTrue(app.staticTexts[VectorL10n.userSessionsOverviewOtherSessionsSectionInfo].exists)
}
}