gestureClick
@Suppress("DEPRECATION")
fun gestureClick() {
composeTestRule.onNodeWithTag("myComponent").performGesture { click() }
}Executes the (partial) gesture specified in the given block.
@Suppress("DEPRECATION")
fun gestureClick() {
composeTestRule.onNodeWithTag("myComponent").performGesture { click() }
}Last updated: