Ash
01/11/2025, 7:04 PMperform(click())
not working. Has anyone experienced something similar before or has any advice on how to debug this?Zach Klippenstein (he/him) [MOD]
01/11/2025, 7:38 PMJan Skrasek
01/13/2025, 8:58 AMAsh
01/14/2025, 8:55 AMColumn(modifier = modifier, verticalArrangement = Arrangement.spacedBy(20.dp)) {
AndroidView(factory = ::FrameLayout, modifier) {
// Button
}
}
Ash
01/14/2025, 8:56 AMwaitForViewInRoot(withText("Text on the button"))
.check(matches(isDisplayed()))
.perform(click())