Class

SemanticsNodeInteractionCollection

Represents a collection of semantics nodes and the path to fetch them from the semantics tree.

verifyTwoClickableNodes

fun verifyTwoClickableNodes() {
    composeTestRule.onAllNodes(hasClickAction()).assertCountEquals(2)
}