Skip to content

Commit

Permalink
Fix a test (note opening)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Feb 19, 2019
1 parent 835af87 commit 27118b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ public void testSavingProperties() {

@Test
public void testContentLineCountUpdatedOnNoteUpdate() {
onNoteInBook(1).perform(longClick());
onNoteInBook(1).perform(click());
onView(withId(R.id.bottom_action_bar_open)).perform(click());
onView(withId(R.id.body_edit)).perform(replaceTextCloseKeyboard("a\nb\nc"));
onView(withId(R.id.done)).perform(click());
onNoteInBook(1, R.id.item_head_fold_button).perform(click());
Expand Down

0 comments on commit 27118b0

Please sign in to comment.