Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save talosdev/d139ee27f82df75f01de95f718c82bf2 to your computer and use it in GitHub Desktop.
Save talosdev/d139ee27f82df75f01de95f718c82bf2 to your computer and use it in GitHub Desktop.
check(not(isDisplayed())) will not work, use this instead:
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