verifyTwoClickableNodes
fun verifyTwoClickableNodes() {
composeTestRule.onAllNodes(hasClickAction()).assertCountEquals(2)
}Represents a collection of semantics nodes and the path to fetch them from the semantics tree.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun verifyTwoClickableNodes() {
composeTestRule.onAllNodes(hasClickAction()).assertCountEquals(2)
}Last updated: