diff options
Diffstat (limited to 'features/electrum.feature')
-rw-r--r-- | features/electrum.feature | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/features/electrum.feature b/features/electrum.feature deleted file mode 100644 index e4e8d749..00000000 --- a/features/electrum.feature +++ /dev/null @@ -1,34 +0,0 @@ -#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 |