akshay2211 / BubbleTabBar

BubbleTabBar is a bottom navigation bar with customizable bubble-like tabs

Home Page:https://github.com/akshay2211/BubbleTabBar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Perform Android Instrument Testing

heskadon opened this issue · comments

commented

How to perform android Instrument testing something like :
onView(withId(R.id.bubbleTabBar)).perform(NavigationViewActions.navigateTo(R.id.navigation_user_profile))

or how to perform click to R.id.bubbleTabBar menu

commented

I figure it out you can do :

onView(withId(R.id.navigation_message)).perform(click())

here R.id.navigation_message is your navigation menu