Skip to content

Commit

Permalink
Add waitUntilNodeCount.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehwa-Noh committed May 15, 2024
1 parent 727c5ed commit 06683f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ class NavigationTest {
.assertIsDisplayed()

Espresso.pressBack()

waitUntilNodeCount(hasText("Hamburg Airport"), 1)

onNodeWithText("Hamburg Airport")
.assertIsDisplayed()
}
Expand Down

0 comments on commit 06683f5

Please sign in to comment.