Add ui tests

This commit is contained in:
Alfonso Grillo
2023-01-13 10:49:43 +01:00
parent 977013937a
commit b549f5e4d8
5 changed files with 20 additions and 63 deletions
@@ -45,6 +45,7 @@ struct PollListItem: View {
.foregroundColor(theme.colors.primaryContent)
.font(theme.fonts.body)
.lineLimit(2)
.accessibilityLabel("PollListItem.title")
}
}
}