Skip to content

Commit

Permalink
Fix test to check list is not displayed.
Browse files Browse the repository at this point in the history
It's no good to check note_content_section_text isn't displayed, as it's not found
  • Loading branch information
artbristol committed Feb 5, 2021
1 parent decfcce commit 413fde7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void testDisplayedContentInBook() {
pressBack();
pressBack();

onNoteInBook(1, R.id.note_content_section_text).check(matches(not(isDisplayed())));
onNoteInBook(1, R.id.item_head_content_list).check(matches(not(isDisplayed())));
}

private void setDefaultPriority(String priority) {
Expand Down

0 comments on commit 413fde7

Please sign in to comment.