verifyTwoClickableNodes
@Sampled
fun verifyTwoClickableNodes() {
composeTestRule.onAllNodes(hasClickAction()).assertCountEquals(2)
}Represents a collection of semantics nodes and the path to fetch them from the semantics tree.
@Sampled
fun verifyTwoClickableNodes() {
composeTestRule.onAllNodes(hasClickAction()).assertCountEquals(2)
}