Move integration test flows that don't require a backend to the UI tests
In an attempt to make them faster and less flakey.
This commit is contained in:
@@ -22,5 +22,7 @@ extension UserSessionMock {
|
||||
voiceMessageMediaManager = VoiceMessageMediaManagerMock()
|
||||
|
||||
sessionSecurityStatePublisher = CurrentValueSubject<SessionSecurityState, Never>(.init(verificationState: .verified, recoveryState: .enabled)).asCurrentValuePublisher()
|
||||
|
||||
liveLocationManager = LiveLocationManagerMock(.init())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user