Fixed formatting

This commit is contained in:
Aleksandrs Proskurins
2022-10-10 09:27:47 +03:00
parent 0923bced4e
commit 27322a326f
@@ -77,12 +77,14 @@ class UserSessionsOverviewUITests: MockScreenTestCase {
func testWhenMoreThan5OtherSessionsThenViewAllButtonVisible() {
app.goToScreenWithIdentifier(MockUserSessionsOverviewScreenState.currentSessionUnverified.title)
app.swipeUp()
XCTAssertTrue(app.buttons["ViewAllButton"].exists)
}
func testWhenLessThan5OtherSessionsThenViewAllButtonHidden() {
app.goToScreenWithIdentifier(MockUserSessionsOverviewScreenState.onlyUnverifiedSessions.title)
app.swipeUp()
XCTAssertFalse(app.buttons["ViewAllButton"].exists)
}
}