Last active
May 25, 2016 14:19
-
-
Save talosdev/d139ee27f82df75f01de95f718c82bf2 to your computer and use it in GitHub Desktop.
check(not(isDisplayed())) will not work, use this instead:
This file contains 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(withText(R.string.sort_by_popularity)).check(doesNotExist()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment