2 Feature: Browsing the web using the Unsafe Browser
4 when I browse the web using the Unsafe Browser
5 I should have direct access to the web
9 And I start the computer
10 And the computer boots Tails
11 And I log in to a new session
14 And all notifications have disappeared
15 And available upgrades have been checked
16 And I save the state so the background can be restored next scenario
18 Scenario: Starting the Unsafe Browser works as it should.
19 When I successfully start the Unsafe Browser
20 And the Unsafe Browser has a red theme
21 And the Unsafe Browser shows a warning as its start page
23 Scenario: Closing the Unsafe Browser shows a stop notification.
24 When I successfully start the Unsafe Browser
25 And I close the Unsafe Browser
26 Then I see the Unsafe Browser stop notification
28 Scenario: Starting a second instance of the Unsafe Browser results in an error message being shown.
29 When I successfully start the Unsafe Browser
30 And I start the Unsafe Browser
31 Then I see a warning about another instance already running
33 Scenario: The Unsafe Browser cannot be restarted before the previous instance has been cleaned up.
34 When I successfully start the Unsafe Browser
35 And I close the Unsafe Browser
36 And I start the Unsafe Browser
37 Then I see a warning about another instance already running
39 Scenario: Opening check.torproject.org in the Unsafe Browser shows the red onion and a warning message.
40 When I successfully start the Unsafe Browser
41 And I open the address "https://check.torproject.org" in the Unsafe Browser
42 Then I see "UnsafeBrowserTorCheckFail.png" after at most 60 seconds
44 Scenario: The Unsafe Browser cannot be configured to use Tor and other local proxies.
45 When I successfully start the Unsafe Browser
46 Then I cannot configure the Unsafe Browser to use any local proxies