Skip to content

Instantly share code, notes, and snippets.

@plnice
Created February 18, 2018 09:31
Show Gist options
  • Save plnice/953569abab714221251868c2d2b111d8 to your computer and use it in GitHub Desktop.
Save plnice/953569abab714221251868c2d2b111d8 to your computer and use it in GitHub Desktop.
onView(icon)
.check(matches(isDisplayed()))
.check(matches(withDrawable(R.drawable.ic_message_black_48dp, tint = R.color.black_54)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment