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 start the Unsafe Browser
20 Then the Unsafe Browser has started
21 And the Unsafe Browser has a red theme
22 And the Unsafe Browser shows a warning as its start page
24 Scenario: Closing the Unsafe Browser shows a stop notification.
25 When I start the Unsafe Browser
26 Then the Unsafe Browser has started
27 And I close the Unsafe Browser
28 Then I see the Unsafe Browser stop notification
30 Scenario: Starting a second instance of the Unsafe Browser results in an error message being shown.
31 When I start the Unsafe Browser
32 Then the Unsafe Browser has started
33 And I run "sudo unsafe-browser"
34 Then I see a warning about another instance already running
36 Scenario: The Unsafe Browser cannot be restarted before the previous instance has been cleaned up.
37 When I start the Unsafe Browser
38 Then the Unsafe Browser has started
39 And I close the Unsafe Browser
40 And I run "sudo unsafe-browser"
41 Then I see a warning about another instance already running
43 Scenario: Opening check.torproject.org in the Unsafe Browser shows the red onion and a warning message.
44 When I start the Unsafe Browser
45 Then the Unsafe Browser has started
46 And I open the address "https://check.torproject.org" in the Unsafe Browser
47 Then I see "UnsafeBrowserTorCheckFail.png" after at most 60 seconds
49 Scenario: The Unsafe Browser cannot be configured to use Tor and other local proxies.
50 When I start the Unsafe Browser
51 Then the Unsafe Browser has started
52 Then I cannot configure the Unsafe Browser to use any local proxies