2 Feature: Browsing the web using the Tor Browser
4 when I browse the web using the Tor Browser
5 all Internet traffic should flow only through Tor
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
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