summaryrefslogtreecommitdiffstats
path: root/features/step_definitions/windows_camouflage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/step_definitions/windows_camouflage.rb')
-rw-r--r--features/step_definitions/windows_camouflage.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/step_definitions/windows_camouflage.rb b/features/step_definitions/windows_camouflage.rb
new file mode 100644
index 00000000..82ccd8c8
--- /dev/null
+++ b/features/step_definitions/windows_camouflage.rb
@@ -0,0 +1,10 @@
+Given /^I enable Microsoft Windows camouflage$/ do
+ @theme = "windows"
+ next if @skip_steps_while_restoring_background
+ @screen.wait_and_click("TailsGreeterWindowsCamouflage.png", 10)
+end
+
+When /^I click the start menu$/ do
+ next if @skip_steps_while_restoring_background
+ @screen.wait_and_click("WindowsStartButton.png", 10)
+end