Skip to content

Instantly share code, notes, and snippets.

@catehstn
Created April 25, 2016 10:19
Show Gist options
  • Save catehstn/7dd9fa8a2a4736c97de7f50cb47379d0 to your computer and use it in GitHub Desktop.
Save catehstn/7dd9fa8a2a4736c97de7f50cb47379d0 to your computer and use it in GitHub Desktop.
@Test
public void testTapInspireButton() {
onView(withId(R.id.home_inspire_button)).check(matches(withText("Inspire")));
onView(withId(R.id.home_inspire_button)).perform(click());
// Capture web browser intent.
intended(toPackage("com.android.browser"));
Intents.assertNoUnverifiedIntents();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment