From b31a487cb54e1cb32e6eda3aabbeaa500b9d4332 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 13 May 2016 22:19:31 +0200 Subject: lvc: discard excessive debugging --- cucumber/features/step_definitions/common_steps.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cucumber/features') 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) -- cgit v1.2.3-54-g00ecf