Created
June 18, 2016 06:53
-
-
Save SeongUgJung/6b32b37eabf94fad033fe042666f827f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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