mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add email verification screen (#6125)
Make a reusable onboarding icon view. Use a native TextField for better dynamic type support. Rename completion to callback. Add readableFrame modifier.
This commit is contained in:
+3
-3
@@ -27,9 +27,9 @@ class AuthenticationServerSelectionViewModelTests: XCTestCase {
|
||||
var viewModel: AuthenticationServerSelectionViewModelProtocol!
|
||||
var context: AuthenticationServerSelectionViewModelType.Context!
|
||||
|
||||
override func setUp() async throws {
|
||||
viewModel = await AuthenticationServerSelectionViewModel(homeserverAddress: "", hasModalPresentation: true)
|
||||
context = await viewModel.context
|
||||
override func setUp() {
|
||||
viewModel = AuthenticationServerSelectionViewModel(homeserverAddress: "", hasModalPresentation: true)
|
||||
context = viewModel.context
|
||||
}
|
||||
|
||||
@MainActor func testErrorMessage() async {
|
||||
|
||||
Reference in New Issue
Block a user