summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 17:39:21 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:02 +0100
commitf04538ad636916208114718a6b853185c578cffb (patch)
tree10d53514c54b7ce5030233b2ccdae20ae20a0fb4 /features
parent1d257fad2bbbc0145630126bc071ffddcac798e7 (diff)
downloadjenkins.debian.net-f04538ad636916208114718a6b853185c578cffb.tar.xz
lvc: disable more code: DebianLive7 has no sudo passwd set...
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/common_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index 7911f4db..2cfbbaaf 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -244,7 +244,7 @@ end
Given /^I set sudo password "([^"]*)"$/ do |password|
@sudo_password = password
next if @skip_steps_while_restoring_background
- @screen.wait("TailsGreeterAdminPassword.png", 20)
+ #@screen.wait("TailsGreeterAdminPassword.png", 20)
@screen.type(@sudo_password)
@screen.type(Sikuli::Key.TAB)
@screen.type(@sudo_password)