diff options
author | Philip Hands <phil@hands.com> | 2016-06-02 00:26:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-02 00:27:21 +0200 |
commit | 6dc8ee72716b718f37e5051fc2e3ec8f197f39a6 (patch) | |
tree | ecbabf3e57ae44d993b91df3d9be0901043f319f | |
parent | abe5307ee1eca23144fc14f5ed2863123641aaef (diff) | |
download | jenkins.debian.net-6dc8ee72716b718f37e5051fc2e3ec8f197f39a6.tar.xz |
lvc: remove debug bits
-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) |