Add utility to run UI tests for Screen states, add screen states for template and finish unit test.

This commit is contained in:
David Langley
2021-09-10 16:43:31 +01:00
parent 59a54654b1
commit 4fb59260d4
15 changed files with 332 additions and 148 deletions
@@ -31,6 +31,7 @@ struct TemplateUserProfilePresenceView: View {
.frame(width: 8, height: 8)
Text(presence.title)
.font(.subheadline)
.accessibilityIdentifier("presenceText")
}
.foregroundColor(foregroundColor)
.padding(0)