Skip to content

Commit

Permalink
Update MiscTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored Apr 24, 2024
1 parent d55de48 commit b9d9ae2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ public void testCabStaysOpenWhenSelectingTheSameBookFromDrawer() {
testUtils.setupBook("booky", "* TODO Note 1\n* Note 2\n* Note 3\n* Note 4\n* TODO Note 5");
try (ActivityScenario<MainActivity> ignored = ActivityScenario.launch(MainActivity.class)) {
onBook(0).perform(click());
SystemClock.sleep(500);
onNoteInBook(3).perform(longClick());
onActionItemClick(R.id.move, R.string.move);
onView(withId(R.id.drawer_layout)).perform(open());
Expand Down

0 comments on commit b9d9ae2

Please sign in to comment.