diff options
author | Philip Hands <phil@hands.com> | 2016-03-14 15:36:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | da080c472fc415b0ce918f4dd4a1ab143bb1bca4 (patch) | |
tree | bf63179f32f0eda0c2d5796e3e31c18c3c1185cf /features/electrum.feature | |
parent | 26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (diff) | |
download | jenkins.debian.net-da080c472fc415b0ce918f4dd4a1ab143bb1bca4.tar.xz |
rough attempt to grab the good cucumber bits from recent tails
Diffstat (limited to 'features/electrum.feature')
-rw-r--r-- | features/electrum.feature | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/features/electrum.feature b/features/electrum.feature new file mode 100644 index 00000000..e4e8d749 --- /dev/null +++ b/features/electrum.feature @@ -0,0 +1,34 @@ +#10497: wait_until_tor_is_working +#10720: Tails Installer freezes on Jenkins +@product @check_tor_leaks @fragile +Feature: Electrum Bitcoin client + As a Tails user + I might want to use a Bitcoin client + And all Internet traffic should flow only through Tor + + Scenario: A warning will be displayed if Electrum is not persistent + Given I have started Tails from DVD and logged in and the network is connected + When I start Electrum through the GNOME menu + But persistence for "electrum" is not enabled + Then I see a warning that Electrum is not persistent + + Scenario: Using a persistent Electrum configuration + Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in + And the network is plugged + And Tor is ready + And available upgrades have been checked + And all notifications have disappeared + Then persistence for "electrum" is enabled + When I start Electrum through the GNOME menu + But a bitcoin wallet is not present + Then I am prompted to create a new wallet + When I create a new bitcoin wallet + Then a bitcoin wallet is present + And I see the main Electrum client window + And Electrum successfully connects to the network + And I shutdown Tails and wait for the computer to power off + Given I start Tails from USB drive "__internal" and I login with persistence enabled + When I start Electrum through the GNOME menu + And a bitcoin wallet is present + And I see the main Electrum client window + Then Electrum successfully connects to the network |