Kaspresso
Kaspresso copied to clipboard
Support compose util for Jetpack Compose
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.
Out of scope of Release 1.4
Could you please explain the problem and the DOD of this task?
@RuslanMingaliev compose construction doesn't work for our wrapper over Jetpack Compose