Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created January 1, 2016 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/e9e026a70f5e8f0598c1 to your computer and use it in GitHub Desktop.
Save hitherejoe/e9e026a70f5e8f0598c1 to your computer and use it in GitHub Desktop.
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