2 Feature: Browsing the web using Iceweasel
4 when I browse the web using Iceweasel
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: Opening check.torproject.org in Iceweasel shows the green onion and the congratulations message
20 When I start 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 start 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