Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created January 1, 2016 10:01
Embed
What would you like to do?
onView(withItemText(item, R.id.lb_results_frame)).perform(click());
onView(withItemText(item, R.id.lb_results_frame)).check(matches(isDisplayed()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment