ui test should work now

This commit is contained in:
Mauro Romito
2022-10-13 02:16:02 +02:00
parent c35f91026a
commit f7cf4b515b
2 changed files with 5 additions and 1 deletions
@@ -89,6 +89,7 @@ struct Composer: View {
Image(Asset.Images.inputCloseIcon.name)
.foregroundColor(theme.colors.tertiaryContent)
}
.accessibilityAddTraits(.isButton)
.accessibilityIdentifier("cancelButton")
}
.padding(.top, 8)