summaryrefslogtreecommitdiffstats
path: root/features/step_definitions/windows_camouflage.rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 02:03:30 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:01 +0100
commitbc9261df47a5dc59b670142485329299c944f984 (patch)
tree65cf0370e2438c14533bb7010ee66fc99cf91541 /features/step_definitions/windows_camouflage.rb
parent1bd026fa13481d9dcf14ab92baa4277324244466 (diff)
downloadjenkins.debian.net-bc9261df47a5dc59b670142485329299c944f984.tar.xz
lvc: remove some test scenarios we will never test (but are nice features in tails)
Diffstat (limited to 'features/step_definitions/windows_camouflage.rb')
-rw-r--r--features/step_definitions/windows_camouflage.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/step_definitions/windows_camouflage.rb b/features/step_definitions/windows_camouflage.rb
deleted file mode 100644
index 82ccd8c8..00000000
--- a/features/step_definitions/windows_camouflage.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-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