diff options
-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) |