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:
Stefan Ceriu
2026-04-28 13:03:43 +03:00
parent aa36bebd84
commit 5ec47c2580
3 changed files with 148 additions and 153 deletions

View File

@@ -22,5 +22,7 @@ extension UserSessionMock {
voiceMessageMediaManager = VoiceMessageMediaManagerMock()
sessionSecurityStatePublisher = CurrentValueSubject<SessionSecurityState, Never>(.init(verificationState: .verified, recoveryState: .enabled)).asCurrentValuePublisher()
liveLocationManager = LiveLocationManagerMock(.init())
}
}