mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add utility to run UI tests for Screen states, add screen states for template and finish unit test.
This commit is contained in:
+3
@@ -38,6 +38,9 @@ struct TemplateUserProfileHeader: View {
|
||||
VStack(spacing: 8){
|
||||
Text(displayName ?? "")
|
||||
.font(theme.fonts.title3)
|
||||
.accessibility(identifier: "displayNameText")
|
||||
.padding(.horizontal)
|
||||
.lineLimit(1)
|
||||
TemplateUserProfilePresenceView(presence: presence)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user