Test empty state for UserOtherSessions

This commit is contained in:
Alfonso Grillo
2022-11-10 11:16:02 +01:00
parent 97292d43bd
commit 1ccd53b51b
3 changed files with 17 additions and 1 deletions
@@ -73,6 +73,7 @@ struct UserOtherSessions: View {
.font(theme.fonts.footnote)
.foregroundColor(theme.colors.primaryContent)
.padding(.bottom, 20)
.accessibilityIdentifier("UserOtherSessions.noItemsText")
Button {
viewModel.send(viewAction: .clearFilter)
} label: {
@@ -87,6 +88,7 @@ struct UserOtherSessions: View {
}
.background(theme.colors.background)
}
.accessibilityIdentifier(VectorL10n.userOtherSessionClearFilter)
}
}