Use single quotes unless double quotes are necessary in check_po.sh.
[tails/matsa.git] / features / windows_camouflage.feature
blob1c2fa526e80d6d3f35cde3fc0964a18e75008c44
1 @product
2 Feature: Microsoft Windows Camouflage
3   As a Tails user
4   when I select the Microsoft Windows Camouflage in Tails Greeter
5   I should be presented with a Microsoft Windows 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 camouflage
14     And I log in to a new session
15     And GNOME has started
16     And all notifications have disappeared
17     And I save the state so the background can be restored next scenario
19   Scenario: I should be presented with a Microsoft Windows like desktop
20     Then I see "WindowsDesktop.png" after at most 10 seconds
21     And I see "WindowsStartButton.png" after at most 10 seconds
22     And I see "WindowsSysTray.png" after at most 10 seconds
24   Scenario: Windows should appear like those in Microsoft Windows
25     When the network is plugged
26     And Tor is ready
27     And all notifications have disappeared
28     And available upgrades have been checked
29     And I start the Tor Browser
30     Then I see "WindowsTorBrowserWindow.png" after at most 120 seconds
31     And I see "WindowsTorBrowserTaskBar.png" after at most 10 seconds
32     And I see "WindowsWindowButtons.png" after at most 10 seconds
34   Scenario: The panel menu should look like Microsoft Windows's start menu
35     When I click the start menu
36     Then I see "WindowsStartMenu.png" after at most 10 seconds