PO files updated by offline website update
[tails-test.git] / features / winxp.feature
blob341b8f0d3ef70807822184e2d3ef76538db2fc7a
1 @product
2 Feature: Microsoft Windows XP Camouflage
3   As a Tails user
4   when I select the Microsoft Windows XP Camouflage in Tails Greeter
5   I should be presented with a Microsoft Windows XP like environment
7   Background:
8     Given a computer
9     And the network is unplugged
10     And I start the computer
11     And the computer boots Tails
12     And I enable more Tails Greeter options
13     And I enable Microsoft Windows XP camouflage
14     And I log in to a new session
15     And GNOME has started
16     And I have closed all annoying notifications
17     And I save the state so the background can be restored next scenario
19   Scenario: I should be presented with a Microsoft Windows XP like desktop
20     Then I see "WinXPDesktop.png" after at most 10 seconds
21     And I see "WinXPStartButton.png" after at most 10 seconds
22     And I see "WinXPLaunchers.png" after at most 10 seconds
23     And I see "WinXPSysTray.png" after at most 10 seconds
25   Scenario: Windows should appear like those in Microsoft Windows XP
26     When the network is plugged
27     And Tor is ready
28     And I have closed all annoying notifications
29     And available upgrades have been checked
30     And I run "iceweasel"
31     Then I see "WinXPIceweaselWindow.png" after at most 120 seconds
32     And I see "WinXPIceweaselTaskBar.png" after at most 10 seconds
33     And I see "WinXPWindowButtons.png" after at most 10 seconds
35   Scenario: The panel menu should look like Microsoft Windows XP's start menu
36     When I click the start menu
37     Then I see "WinXPStartMenu.png" after at most 10 seconds