Skip to content

Commit

Permalink
Modified MessageDetailsFlowTest.testStandardMsgPlaintextWithOneAttach…
Browse files Browse the repository at this point in the history
…ment().| #2137
  • Loading branch information
DenBond7 committed May 7, 2023
1 parent 952d70e commit e08378a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ class MessageDetailsFlowTest : BaseMessageDetailsFlowTest() {
"messages/mime/standard_msg_info_plaintext_with_one_att.txt", simpleAttInfo
), simpleAttInfo
)

onView(withId(R.id.imageButtonPreviewAtt))
.check(matches(isDisplayed()))
}

@Test
Expand Down

0 comments on commit e08378a

Please sign in to comment.