summaryrefslogtreecommitdiffstats
path: root/features/encryption.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/encryption.feature')
-rw-r--r--features/encryption.feature10
1 files changed, 7 insertions, 3 deletions
diff --git a/features/encryption.feature b/features/encryption.feature
index 2f30d2ad..52cc152d 100644
--- a/features/encryption.feature
+++ b/features/encryption.feature
@@ -5,21 +5,25 @@ Feature: Encryption and verification using GnuPG
And decrypt and verify GnuPG blocks
Background:
- Given a computer
- And I start Tails from DVD with network unplugged and I login
+ Given I have started Tails from DVD without network and logged in
And I generate an OpenPGP key named "test" with password "asdf"
- And I save the state so the background can be restored next scenario
+ #10992
+ @fragile
Scenario: Encryption and decryption using Tails OpenPGP Applet
When I type a message into gedit
And I encrypt the message using my OpenPGP key
Then I can decrypt the encrypted message
+ #10992
+ @fragile
Scenario: Signing and verification using Tails OpenPGP Applet
When I type a message into gedit
And I sign the message using my OpenPGP key
Then I can verify the message's signature
+ #10991
+ @fragile
Scenario: Encryption/signing and decryption/verification using Tails OpenPGP Applet
When I type a message into gedit
And I both encrypt and sign the message using my OpenPGP key