Skip to content

Instantly share code, notes, and snippets.

@makovkastar
Last active January 9, 2018 13:49
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 makovkastar/e412cbceb9dfd52c393dab852fb5105a to your computer and use it in GitHub Desktop.
Save makovkastar/e412cbceb9dfd52c393dab852fb5105a to your computer and use it in GitHub Desktop.
@Test
fun emailAndPasswordAreEmptyInitially() {
onView(withId(R.id.edit_text_email)).check(matches(withText("")))
onView(withId(R.id.edit_text_password)).check(matches(withText("")))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment