minor corrections
[tails-test.git] / features / torified_browsing.feature
blob7ad6ad10e4860c1f5527c728af06735310123b4a
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 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: Opening check.torproject.org in Iceweasel shows the green onion and the congratulations message
20     When I run "iceweasel"
21     And Iceweasel has started and is not loading a web page
22     And 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 run "iceweasel"
28     And Iceweasel has started and is not loading a web page
29     And I open the address "about:plugins" in Iceweasel
30     Then I see "IceweaselNoPlugins.png" after at most 60 seconds