From 51680b6ebb645d37ebdfcd122ca163b3a638aefa Mon Sep 17 00:00:00 2001 From: Tails developers Date: Fri, 19 Dec 2014 00:40:08 +0100 Subject: 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 --- features/windows_camouflage.feature | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 features/windows_camouflage.feature (limited to 'features/windows_camouflage.feature') 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 -- cgit v1.2.3-70-g09d2