Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Created May 17, 2018 18:57
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 maskaravivek/2d2abd5b893a5088c90f6adbec43f3f4 to your computer and use it in GitHub Desktop.
Save maskaravivek/2d2abd5b893a5088c90f6adbec43f3f4 to your computer and use it in GitHub Desktop.
@Test
fun setUserName() {
onView(withId(R.id.name_field)).perform(typeText("Vivek Maskara"))
onView(withId(R.id.set_user_name)).perform(click())
onView(withText("Hello Vivek Maskara!")).check(matches(isDisplayed()))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment