Skip to content

Instantly share code, notes, and snippets.

@zwliew
Created February 27, 2019 02:55
Show Gist options
  • Save zwliew/c18c75d0c8d8dcc3de44d8322d70e6ac to your computer and use it in GitHub Desktop.
Save zwliew/c18c75d0c8d8dcc3de44d8322d70e6ac to your computer and use it in GitHub Desktop.
class IntroductionActivityTest {
// Rest of the class
@Test
public void onLaunch_displaysAllViews() {
onView(withId(R.id.single_intro_text)).check(matches(isDisplayed()));
onView(withId(R.id.single_intro_end_button)).check(matches(isDisplayed()));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment