Fixed formatting

This commit is contained in:
Aleksandrs Proskurins
2022-10-10 09:27:47 +03:00
parent 90360a5eb3
commit 073d3149c1
@@ -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)
}
}