Skip to content

Commit

Permalink
Sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Apr 10, 2024
1 parent ec4a7a5 commit 891357a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public void testMoveTaskWithRepeaterToTomorrow() {
tomorrow.getMonthOfYear(),
tomorrow.getDayOfMonth()));
onView(withText(android.R.string.ok)).perform(click());
SystemClock.sleep(500);
onView(withText(R.string.set)).perform(click());
onNotesInAgenda().check(matches(recyclerViewItemCount(23)));
}
Expand Down

0 comments on commit 891357a

Please sign in to comment.