mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Test empty state for UserOtherSessions
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user