Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Created June 18, 2016 06:53
Show Gist options
  • Save SeongUgJung/6b32b37eabf94fad033fe042666f827f to your computer and use it in GitHub Desktop.
Save SeongUgJung/6b32b37eabf94fad033fe042666f827f to your computer and use it in GitHub Desktop.
onView(withId(R.id.fab)).perform(click());
onView(withItemText("Jason 수영 Kim")).perform(click());
onView(withId(R.id.et_message)).perform(typeText("test message"));
onView(withId(R.id.btn_send)).perform((click());
onView(withItemText("Jason 수영 Kim")).check(matches(isDisplayed()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment