Skip to content

Commit

Permalink
Fix a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaclejapan committed Aug 31, 2024
1 parent 5f86c8f commit 3f5ccb8
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 3f5ccb8

Please sign in to comment.