Skip to content

Commit

Permalink
Fix flaky datetime format test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Feb 28, 2024
1 parent 6eeca2c commit d7dd15f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ class QuestionnaireUiEspressoTest {
onView(withId(R.id.time_input_layout)).perform(clickIcon(true))
clickOnText("6")
clickOnText("10")
clickOnText("AM")
clickOnText("OK")

runTest {
Expand Down

0 comments on commit d7dd15f

Please sign in to comment.