Open
Description
Support such things for Kakao-Compose:
step("Click on the First button") {
simpleFlakyScreen {
compose {
or(firstButton) {
assertIsDisplayed()
} thenContinue {
performClick()
}
or(secondButton) {
assertIsDisplayed()
} thenContinue {
performClick()
}
}
}
}
Maybe, the issue will be postponed until the next release.