Disable the next button whilst loading a server.

Add tests for login screen.
Self review.
This commit is contained in:
Doug
2022-05-24 14:03:39 +01:00
parent e77d7d9250
commit 292cd4a5d2
20 changed files with 309 additions and 64 deletions
@@ -21,6 +21,7 @@ import Foundation
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockLiveLocationSharingViewerScreenState.self,
MockAuthenticationLoginScreenState.self,
MockAuthenticationReCaptchaScreenState.self,
MockAuthenticationTermsScreenState.self,
MockAuthenticationVerifyEmailScreenState.self,