summaryrefslogtreecommitdiffstats
path: root/features/windows_camouflage.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/windows_camouflage.feature')
-rw-r--r--features/windows_camouflage.feature36
1 files changed, 36 insertions, 0 deletions
diff --git a/features/windows_camouflage.feature b/features/windows_camouflage.feature
new file mode 100644
index 00000000..1c2fa526
--- /dev/null
+++ b/features/windows_camouflage.feature
@@ -0,0 +1,36 @@
+@product
+Feature: Microsoft Windows Camouflage
+ As a Tails user
+ when I select the Microsoft Windows Camouflage in Tails Greeter
+ I should be presented with a Microsoft Windows like environment
+
+ Background:
+ Given a computer
+ And the network is unplugged
+ And I start the computer
+ And the computer boots Tails
+ And I enable more Tails Greeter options
+ And I enable Microsoft Windows camouflage
+ And I log in to a new session
+ And GNOME has started
+ And all notifications have disappeared
+ And I save the state so the background can be restored next scenario
+
+ Scenario: I should be presented with a Microsoft Windows like desktop
+ Then I see "WindowsDesktop.png" after at most 10 seconds
+ And I see "WindowsStartButton.png" after at most 10 seconds
+ And I see "WindowsSysTray.png" after at most 10 seconds
+
+ Scenario: Windows should appear like those in Microsoft Windows
+ When the network is plugged
+ And Tor is ready
+ And all notifications have disappeared
+ And available upgrades have been checked
+ And I start the Tor Browser
+ Then I see "WindowsTorBrowserWindow.png" after at most 120 seconds
+ And I see "WindowsTorBrowserTaskBar.png" after at most 10 seconds
+ And I see "WindowsWindowButtons.png" after at most 10 seconds
+
+ Scenario: The panel menu should look like Microsoft Windows's start menu
+ When I click the start menu
+ Then I see "WindowsStartMenu.png" after at most 10 seconds