Add installation instructions for Debian and Ubuntu
[tails/matsa.git] / features / unsafe_browser.feature
blob80d91af171d2009bf33c8711edc2812976db019f
1 @product
2 Feature: Browsing the web using the Unsafe Browser
3   As a Tails user
4   when I browse the web using the Unsafe Browser
5   I should have direct access to the web
7   Background:
8     Given a computer
9     And I start the computer
10     And the computer boots Tails
11     And I log in to a new session
12     And GNOME has started
13     And Tor is ready
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     Then the Unsafe Browser has a red theme
21     And the Unsafe Browser shows a warning as its start page
22     And the Unsafe Browser uses all expected TBB shared libraries
24   Scenario: Closing the Unsafe Browser shows a stop notification.
25     When I successfully start the Unsafe Browser
26     And I close the Unsafe Browser
27     Then I see the Unsafe Browser stop notification
29   Scenario: Starting a second instance of the Unsafe Browser results in an error message being shown.
30     When I successfully start the Unsafe Browser
31     And I start the Unsafe Browser
32     Then I see a warning about another instance already running
34   Scenario: The Unsafe Browser cannot be restarted before the previous instance has been cleaned up.
35     When I successfully start the Unsafe Browser
36     And I close the Unsafe Browser
37     And I start the Unsafe Browser
38     Then I see a warning about another instance already running
40   Scenario: Opening check.torproject.org in the Unsafe Browser shows the red onion and a warning message.
41     When I successfully start the Unsafe Browser
42     And I open the address "https://check.torproject.org" in the Unsafe Browser
43     Then I see "UnsafeBrowserTorCheckFail.png" after at most 60 seconds
45   Scenario: The Unsafe Browser cannot be configured to use Tor and other local proxies.
46     When I successfully start the Unsafe Browser
47     Then I cannot configure the Unsafe Browser to use any local proxies