Created
July 10, 2017 18:47
-
-
Save jonathanrz/ea4066a0d3025d41095ae68b39878f85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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