Skip to content

Commit

Permalink
issue #1112 add appium test: messagee signed by unknown key (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ushakov authored Nov 30, 2021
1 parent 1876422 commit 5580caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appium/tests/specs/inbox/CheckAllEmailSignatureCases.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ describe('INBOX: ', () => {
await MailFolderScreen.clickSearchButton();
await SearchScreen.searchAndClickEmailBySubject('Signed only message where the pubkey is not available');

await EmailScreen.checkEncryptionBadge('decrypt error');
await EmailScreen.checkEncryptionBadge('not encrypted');
await EmailScreen.checkSignatureBadge('cannot verify signature: no public key A54D82BE1521D20E');
await EmailScreen.clickBackButton();

await SearchScreen.clickBackButton();
Expand Down

0 comments on commit 5580caf

Please sign in to comment.