forked from Silverfish/proton-bridge
test: Add test around account settings.
This commit is contained in:
@ -6,4 +6,14 @@ Feature: Account settings
|
||||
When bridge starts
|
||||
|
||||
Scenario: Check account default settings
|
||||
the account "[user:user]" has default draft format "HTML"
|
||||
Then the account "[user:user]" matches the following settings:
|
||||
| DraftMIMEType | AttachPublicKey | Sign | PGPScheme |
|
||||
| text/html | false | 0 | 0 |
|
||||
When the account "[user:user]" has public key attachment "enabled"
|
||||
And the account "[user:user]" has sign external messages "enabled"
|
||||
And the account "[user:user]" has default draft format "plain"
|
||||
And the account "[user:user]" has default PGP schema "inline"
|
||||
Then the account "[user:user]" matches the following settings:
|
||||
| DraftMIMEType | AttachPublicKey | Sign | PGPScheme |
|
||||
| text/plain | true | 1 | 8 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user