diff options
author | Philip Hands <phil@hands.com> | 2016-05-13 22:19:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-14 00:13:55 +0200 |
commit | b31a487cb54e1cb32e6eda3aabbeaa500b9d4332 (patch) | |
tree | c24a28f52b703b8e3e0150eb304781138a929795 /cucumber/features/step_definitions | |
parent | 29936a8fbb8d5e86f84546b417a9c334a73aa6ec (diff) | |
download | jenkins.debian.net-b31a487cb54e1cb32e6eda3aabbeaa500b9d4332.tar.xz |
lvc: discard excessive debugging
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index cd08afa0..a1b99b76 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -491,13 +491,6 @@ Given /^in ([a-z]*) mode I install GRUB$/ do |ui_mode| debug_log("debug: We're in GUI mode", :color => :blue) @screen.wait(diui_png("CONTINUEunselected",ui_mode), 10) debug_log("debug: Found CONTINUEunselected", :color => :blue) - sleep(10) - debug_log("debug: Press UP", :color => :blue) - @screen.type(Sikuli::Key.UP) - sleep(10) - debug_log("debug: Press DOWN", :color => :blue) - @screen.type(Sikuli::Key.DOWN) - sleep(10) debug_log("debug: Press TAB", :color => :blue) @screen.type(Sikuli::Key.TAB) @screen.wait(diui_png("CONTINUEselected",ui_mode), 10) |