Improve UserSessionNameUITests

This commit is contained in:
Alfonso Grillo
2022-11-09 18:29:36 +01:00
parent 8e312676e0
commit 715d5968c1
2 changed files with 16 additions and 0 deletions
@@ -42,6 +42,7 @@ struct UserSessionName: View {
viewModel.send(viewAction: .learnMore)
}
.foregroundColor(theme.colors.secondaryContent)
.accessibility(identifier: "LearnMore")
}
}