Join Slack
Powered by
Greetings, I'm having some difficulties for andro...
# compose-android
m
marlonlom
03/13/2025, 11:20 PM
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
Caleb Cook
03/14/2025, 1:30 AM
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.
2
Views
Open in Slack
Previous
Next