4 Scenario: No initial network
5 Given I have started Tails from DVD without network and logged in
6 And I wait between 30 and 60 seconds
7 Then the Tor Status icon tells me that Tor is not usable
8 When the network is plugged
10 And the Tor Status icon tells me that Tor is usable
11 And all notifications have disappeared
12 And the time has synced
14 Scenario: The Tails Greeter "disable all networking" option disables networking within Tails
15 Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen
16 And I disable all networking in the Tails Greeter
17 And I log in to a new session
18 Then no network interfaces are enabled
19 When I hotplug a network device
21 Then no network interfaces are enabled
23 Scenario: The "Tor is ready" notification is shown when Tor has bootstrapped
24 Given I have started Tails from DVD without network and logged in
25 And the network is plugged
27 Then I see the "Tor is ready" notification after at most 30 seconds