diff options
author | Tails developers <amnesia@boum.org> | 2014-12-19 00:40:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:45:40 +0100 |
commit | 51680b6ebb645d37ebdfcd122ca163b3a638aefa (patch) | |
tree | 337e128d2eac3cbc89ecbacf38851bfa33469cd5 /features/windows_camouflage.feature | |
parent | 44bab3c86ca3d95837f4c50cc535206352385a46 (diff) | |
download | jenkins.debian.net-51680b6ebb645d37ebdfcd122ca163b3a638aefa.tar.xz |
files copied from https://git-tails.immerda.ch/tails - many thanks to the tails developers for their nice work and documentation of it - these files have been released under the GNU General Public License version 3 or (at your option) any later version
features/images has been omitted
Diffstat (limited to 'features/windows_camouflage.feature')
-rw-r--r-- | features/windows_camouflage.feature | 36 |
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 |