Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Created May 17, 2018 18:54
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/4c74c6a55b1197188a45a26f103cb05e to your computer and use it in GitHub Desktop.
Save maskaravivek/4c74c6a55b1197188a45a26f103cb05e to your computer and use it in GitHub Desktop.
@Test
public void 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