Skip to content

Instantly share code, notes, and snippets.

@thiagoolsilva
Created August 16, 2017 03:02
Show Gist options
  • Save thiagoolsilva/75c3898f2c967cd582384bfbf5464ac5 to your computer and use it in GitHub Desktop.
Save thiagoolsilva/75c3898f2c967cd582384bfbf5464ac5 to your computer and use it in GitHub Desktop.
Espresso.onView(ViewMatchers.withId(R.id.btn_login))
.check(ViewAssertions.matches(ViewMatchers.isDisplayed()))
.perform(ViewActions.click())
.check(ViewAssertions.matches(CustomViewMatchers.withDummyStatus(LoginButton.DummyStatus.ERROR)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment