Skip to content

Commit

Permalink
ISSUE-554: Fix compose test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Aug 22, 2023
1 parent bcde13d commit 35cba19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComplexComposeTest : TestCase() {
}

step("Handle potential unexpected behavior") {
compose {
compose(timeoutMs = 60_000L) {
// the first potential branch when ComplexComposeScreen.stage1Button is visible
or(ComplexComposeScreen.stage1Button) {
isVisible()
Expand Down

0 comments on commit 35cba19

Please sign in to comment.