Skip to content

Instantly share code, notes, and snippets.

@ferPrieto
Created January 4, 2022 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferPrieto/ac9d8af49710540680fad93a243e9eb4 to your computer and use it in GitHub Desktop.
Save ferPrieto/ac9d8af49710540680fad93a243e9eb4 to your computer and use it in GitHub Desktop.
This is an example from the official Android Documentation using Test Tag
composeTestRule.onNode(hasTestTag("Players"))
.onChildren()
.filter(hasClickAction())
.assertCountEquals(4)
.onFirst()
.assert(hasText("John"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment