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
9 Then I successfully configure Tor
10 And the Tor Status icon tells me that Tor is usable
11 And all notifications have disappeared
12 And the time has synced
15 Scenario: The Tails Greeter "disable all networking" option disables networking within Tails
16 Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen
17 And I disable networking in Tails Greeter
18 And I log in to a new session
19 Then no network interfaces are enabled
20 When I hotplug a network device
22 Then no network interfaces are enabled