Add tests

This commit is contained in:
Alfonso Grillo
2022-11-16 11:18:03 +01:00
parent 62ba36739e
commit 128812eaea
3 changed files with 24 additions and 0 deletions
@@ -39,6 +39,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
.currentSession(sessionState: .verified),
.otherSession(sessionState: .verified),
.otherSession(sessionState: .unverified),
.otherSession(sessionState: .permanentlyUnverified),
.sessionWithPushNotifications(enabled: true),
.sessionWithPushNotifications(enabled: false),
.remotelyTogglingPushersNotAvailable]