Skip to content

Instantly share code, notes, and snippets.

@jonathanrz
Created July 10, 2017 18:47
Show Gist options
  • Select an option

  • Save jonathanrz/ea4066a0d3025d41095ae68b39878f85 to your computer and use it in GitHub Desktop.

Select an option

Save jonathanrz/ea4066a0d3025d41095ae68b39878f85 to your computer and use it in GitHub Desktop.
onView(allOf(
withId(R.id.name),
isDescendantOfA(withTagValue(is((Object)1L))))
).check(matches(withText("Name")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment