Add ui tests

This commit is contained in:
Alfonso Grillo
2023-01-25 19:58:02 +01:00
parent 544c505197
commit 838bdc0629
3 changed files with 54 additions and 17 deletions
@@ -87,6 +87,7 @@ struct PollHistory: View {
Text(VectorL10n.pollHistoryLoadMore)
.font(theme.fonts.body)
}
.accessibilityIdentifier("PollHistory.loadMore")
.disabled(viewModel.viewState.isLoading)
}
}