diff options
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 0d474b3a..ea6d447e 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -453,15 +453,12 @@ Given /^I select the ([A-Z][[:alpha:]]*) task$/ do |desktop| menu.index(desktop).times do - info_log("PGH: DOWN (#{desktop})") @screen.type(Sikuli::Key.DOWN) end @screen.type(Sikuli::Key.SPACE) expected_result = "Desktop+" + desktop @screen.wait(diui_png(expected_result), 10 * PATIENCE) - sleep(20) - if "gui" == @ui_mode @screen.wait(diui_png("CONTINUEunselected"), 10 * PATIENCE) @screen.type(Sikuli::Key.TAB) |