Skip to content

Commit

Permalink
Merge pull request #86 from soil-kt/fix-flaky-test
Browse files Browse the repository at this point in the history
Fix a flaky test
  • Loading branch information
ogaclejapan authored Aug 31, 2024
2 parents d8815cc + 3f5ccb8 commit 5f1fb00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class QueryComposableTest : UnitTest() {
}
}

waitForIdle()
waitUntilExactlyOneExists(hasTestTag("query"))
onNodeWithTag("query").assertTextEquals("HELLO, SOIL!")
}

Expand Down

0 comments on commit 5f1fb00

Please sign in to comment.