Skip to content

Commit

Permalink
fix: [ANDROAPP-6101] fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Jun 6, 2024
1 parent da3b86c commit 45818e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class EventRegistrationRobot : BaseRobot() {
}

private fun clickOnNextQR() {
onView(withId(R.id.next)).perform(click())
waitForView(withId(R.id.next)).perform(click())
}

fun clickOnAllQR(listQR: Int) {
Expand Down

0 comments on commit 45818e4

Please sign in to comment.