From da080c472fc415b0ce918f4dd4a1ab143bb1bca4 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Mon, 14 Mar 2016 15:36:16 +0100 Subject: rough attempt to grab the good cucumber bits from recent tails --- features/encryption.feature | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'features/encryption.feature') 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 -- cgit v1.2.3-70-g09d2