4 I *might* want to use I2P
6 Scenario: I2P is disabled by default
8 And I start the computer
9 And the computer boots Tails
10 And I log in to a new session
13 And all notifications have disappeared
14 Then the I2P Browser desktop file is not present
15 And the I2P Browser 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
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
27 And the I2P router console is ready
28 And all notifications have disappeared
29 Then the I2P Browser desktop file is present
30 And the I2P Browser sudo rules are enabled
31 And the I2P firewall rules are enabled
32 When I start the I2P Browser through the GNOME menu
33 Then I see "I2P_router_console.png" after at most 120 seconds