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
@@ -81,6 +81,7 @@ struct PollHistory: View {
.foregroundColor(theme.colors.secondaryContent)
.frame(maxHeight: .infinity)
.padding(.horizontal, 16)
.accessibilityLabel("PollHistory.emptyText")
}
}
@@ -45,6 +45,7 @@ struct PollListItem: View {
.foregroundColor(theme.colors.primaryContent)
.font(theme.fonts.body)
.lineLimit(2)
.accessibilityLabel("PollListItem.title")
}
}
}