electrum.feature 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @product @check_tor_leaks
  2. Feature: Electrum Bitcoin client
  3. As a Tails user
  4. I might want to use a Bitcoin client
  5. And all Internet traffic should flow only through Tor
  6. Scenario: A warning will be displayed if Electrum is not persistent
  7. Given I have started Tails from DVD without network and logged in
  8. When I start Electrum through the GNOME menu
  9. But persistence for "electrum" is not enabled
  10. Then I see a warning that Electrum is not persistent
  11. #11697
  12. @fragile
  13. Scenario: Using a persistent Electrum configuration
  14. Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in
  15. And the network is plugged
  16. And Tor is ready
  17. And available upgrades have been checked
  18. And all notifications have disappeared
  19. Then persistence for "electrum" is enabled
  20. When I start Electrum through the GNOME menu
  21. But a bitcoin wallet is not present
  22. Then I am prompted to create a new wallet
  23. When I create a new bitcoin wallet
  24. Then a bitcoin wallet is present
  25. And I see the main Electrum client window
  26. And Electrum successfully connects to the network
  27. And I shutdown Tails and wait for the computer to power off
  28. Given I start Tails from USB drive "__internal" and I login with persistence enabled
  29. When I start Electrum through the GNOME menu
  30. And a bitcoin wallet is present
  31. And I see the main Electrum client window
  32. Then Electrum successfully connects to the network