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/electrum.feature | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 features/electrum.feature (limited to 'features/electrum.feature') 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 -- cgit v1.2.3-54-g00ecf