Make 14-add_localized_browser_searchplugins hook executable too.
[tails-test.git] / features / torified_browsing.feature
blobcc9ddf1a1c8cee02ef36eacb7b0893a511a31e7a
1 @product
2 Feature: Browsing the web using the Tor Browser
3   As a Tails user
4   when I browse the web using the Tor Browser
5   all Internet traffic should flow only through Tor
7   Background:
8     Given a computer
9     And I capture all network traffic
10     And I start the computer
11     And the computer boots Tails
12     And I log in to a new session
13     And GNOME has started
14     And Tor is ready
15     And available upgrades have been checked
16     And all notifications have disappeared
17     And I save the state so the background can be restored next scenario
19   Scenario: The Tor Browser uses TBB's shared libraries
20     When I start the Tor Browser
21     And the Tor Browser has started
22     Then the Tor Browser uses all expected TBB shared libraries
24   Scenario: Opening check.torproject.org in the Tor Browser shows the green onion and the congratulations message
25     When I start the Tor Browser
26     And the Tor Browser has started and loaded the startup page
27     And I open the address "https://check.torproject.org" in the Tor Browser
28     Then I see "TorBrowserTorCheck.png" after at most 180 seconds
29     And all Internet traffic has only flowed through Tor
31   Scenario: The Tor Browser should not have any plugins enabled
32     When I start the Tor Browser
33     And the Tor Browser has started and loaded the startup page
34     And I open the address "about:plugins" in the Tor Browser
35     Then I see "TorBrowserNoPlugins.png" after at most 60 seconds