Greetings, I'm having some difficulties for andro...
# compose-android
m
Greetings, I'm having some difficulties for android ui test verification for a composable text annotated with annotationlink.clickable is clicked. The complete question is in stackoverflow : https://stackoverflow.com/questions/79507670/verify-in-android-ui-test-that-a-text-annotated-with-annotationlink-clickable-is Any help or recommendation will be appreciated 🙂
c
You need to ensure you are clicking the annotated part of the text.
.performClick()
clicks the center of the node, which can miss the clickable section.