summaryrefslogtreecommitdiffstats
path: root/features/step_definitions
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 02:58:39 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:01 +0100
commitef72ef266ebaf93aa7b16cd642105d9fd01cf829 (patch)
treef2b1190cccb16b507aead6bdebf1b8c19bd28017 /features/step_definitions
parent2eba6879e539d8a793542857fd7e45bb572545ef (diff)
downloadjenkins.debian.net-ef72ef266ebaf93aa7b16cd642105d9fd01cf829.tar.xz
lvc: code cleanup: remove 'enable more Tails Greeter options' scenario
Diffstat (limited to 'features/step_definitions')
-rw-r--r--features/step_definitions/common_steps.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index 2af74d97..3f463779 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -240,14 +240,6 @@ Given /^I log in to a new session$/ do
@screen.wait_and_click('TailsGreeterLoginButton.png', 10)
end
-Given /^I enable more Tails Greeter options$/ do
- next if @skip_steps_while_restoring_background
- match = @screen.find('TailsGreeterMoreOptions.png')
- @screen.click(match.getCenter.offset(match.w/2, match.h*2))
- @screen.wait_and_click('TailsGreeterForward.png', 10)
- @screen.wait('TailsGreeterLoginButton.png', 20)
-end
-
Given /^I set sudo password "([^"]*)"$/ do |password|
@sudo_password = password
next if @skip_steps_while_restoring_background