Skip to content

Commit

Permalink
fix:[ANDROAPP-6457] wait for idle in possible flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Dec 17, 2024
1 parent 5553366 commit e8707ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,11 @@ class TeiDashboardTest : BaseTest() {

teiDashboardRobot(composeTestRule) {
goToAnalytics()
composeTestRule.waitForIdle()
}

indicatorsRobot(composeTestRule) {
composeTestRule.waitForIdle()
checkDetails("0", "4817")
}
}
Expand Down

0 comments on commit e8707ec

Please sign in to comment.