Add test results.
[tails/vicves.git] / features / torified_browsing.feature
blobd95f270e3963d60f8bda2ac5dbf244619a18e710
1 @product
2 Feature: Browsing the web using Iceweasel
3   As a Tails user
4   when I browse the web using Iceweasel
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 I have a network connection
15     And Tor has built a circuit
16     And Iceweasel has autostarted and is not loading a web page
17     And the time has synced
18     And I have closed all annoying notifications
19     And I save the state so the background can be restored next scenario
21   Scenario: Opening check.torproject.org in Iceweasel shows the green onion and the congratulations message
22     When I open the address "https://check.torproject.org" in Iceweasel
23     Then I see "IceweaselTorCheck.png" after at most 180 seconds
24     And all Internet traffic has only flowed through Tor
26   Scenario: Iceweasel should not have any plugins enabled
27     When I open the address "about:plugins" in Iceweasel
28     Then I see "IceweaselNoPlugins.png" after at most 60 seconds