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