Uh oh!
There was an error while loading. Please reload this page.
Signed-only messages not recognized as signed - #1088
Conversation
ivan-ushakov
commented
Nov 24, 2021
Still fighting with email crafting for UI tests |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ivan-ushakov
commented
Nov 25, 2021
@tomholub
For the first one I can not use |
For this one I used my email generator and created signed message with generated key pair (not published anywhere).
For this one I just sent signed email with browser extension, downloaded original message in MIME and changed message text from |
ivan-ushakov
commented
Nov 26, 2021
UI tests failing because I added new messages and now you need to scroll down to have them visible. I agree about using Search functionality in UI tests for this. |
tomholub
commented
Nov 26, 2021
in progress here #1103 |
ivan-ushakov
commented
Nov 28, 2021
I moved UI test to search approach to save some time. |
tomholub
commented
Nov 29, 2021
@ivan-ushakov master tests are fixed now |
tomholub
left a comment
There was a problem hiding this comment.
This is excellent! With one problem below.
I'm not sure if the problem is in the supplied message or in the app code.
| // signed only message where the pubkey is not available | ||
| await MailFolderScreen.clickSearchButton(); | ||
| await SearchScreen.searchAndClickEmailBySubject('Signed only message where the pubkey is not available'); | ||
| await EmailScreen.checkEncryptionBadge('decrypt error'); | ||
| await EmailScreen.clickBackButton(); |
There was a problem hiding this comment.
This one is not right - signed only message that is missing pubkey should have encryption badge of not encrypted and a signature badge that says it cannot be verified due to missing pubkey.
There was a problem hiding this comment.
Maybe email was crafter with error. Let's create separate issue
tomholub
left a comment
There was a problem hiding this comment.
I'll merge it either way, as it is an improvement and adds a great test.
But that case needs to be debugged.
close#1020
Tests(delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):