Skip to content

Support compose util for Jetpack Compose #317

Open
@matzuk

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.

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions