Skip to content

Instantly share code, notes, and snippets.

@stoefln
Created November 12, 2020 12:22
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 stoefln/c52618c4eb9f34ea0250527dd2673090 to your computer and use it in GitHub Desktop.
Save stoefln/c52618c4eb9f34ea0250527dd2673090 to your computer and use it in GitHub Desktop.
@Test
fun logout() {
onView(withId(R.id.logoutButton))
.check(ViewAssertions.matches(
ViewMatchers.withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)))
onView(withId(R.id.logoutButton)).perform(click())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment