Skip to content

Commit

Permalink
fix ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky committed Jan 21, 2022
1 parent 75ec849 commit 13ed9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium/tests/specs/live/inbox/ReadAttachmentEmail.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('INBOX: ', () => {

await MailFolderScreen.clickOnEmailBySubject(emailSubject);
await EmailScreen.checkOpenedEmail(senderEmail, emailSubject, emailText);
await EmailScreen.checkAttachment(attachmentName);
await EmailScreen.checkAttachment(encryptedAttachmentName);
await EmailScreen.clickOnAttachmentCell();

await AttachmentScreen.checkAttachment(attachmentName);
Expand Down

0 comments on commit 13ed9b8

Please sign in to comment.