Make 14-add_localized_browser_searchplugins hook executable too.
[tails-test.git] / features / i2p.feature
blob4e4316b20b2fe8ce025e5c0ddf5309f0fa4b513b
1 @product
2 Feature: I2P
3   As a Tails user
4   I *might* want to use I2P
6   Scenario: I2P is disabled by default
7     Given a computer
8     And I start the computer
9     And the computer boots Tails
10     And I log in to a new session
11     And GNOME has started
12     And Tor is ready
13     And all notifications have disappeared
14     Then the I2P desktop file is not present
15     And the I2P sudo rules are not present
16     And the I2P firewall rules are disabled
18   Scenario: I2P is enabled when the "i2p" boot parameter is added
19     Given a computer
20     And I set Tails to boot with options "i2p"
21     And I start the computer
22     And the computer boots Tails
23     And I log in to a new session
24     And GNOME has started
25     And Tor is ready
26     And all notifications have disappeared
27     Then the I2P desktop file is present
28     And the I2P sudo rules are enabled
29     And the I2P firewall rules are enabled
30     When I start I2P through the GNOME menu
31     Then I see "I2P_starting_notification.png" after at most 60 seconds
32     And I see "I2P_router_console.png" after at most 60 seconds