Add ui tests

This commit is contained in:
Alfonso Grillo
2023-01-13 10:49:43 +01:00
parent c3270afc12
commit 8470ccb70b
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")
}
}