https://kotlinlang.org logo
#compose
Title
# compose
e

Ernestas Balčiūnas

08/23/2021, 12:30 PM
Has anyone used compose with traditional espresso test? Integrated into our app bottom navigation with compose and I'm struggling to access buttons in espresso tests
Copy code
onView(withContentDescription(BottomItem.Notifications.contentDescription)).perform(click())
does not find item and view hierarchy does not show any of bottom bar items as identifiable item
a

alorma

08/23/2021, 12:31 PM
It won't work
e

Ernestas Balčiūnas

08/23/2021, 1:07 PM
Thanks, you have saved some time for me. Also found out that UiAutomator is able to find and press elements with content description.