summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/common_steps.rb
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-02 00:26:43 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-02 00:27:21 +0200
commit6dc8ee72716b718f37e5051fc2e3ec8f197f39a6 (patch)
treeecbabf3e57ae44d993b91df3d9be0901043f319f /cucumber/features/step_definitions/common_steps.rb
parentabe5307ee1eca23144fc14f5ed2863123641aaef (diff)
downloadjenkins.debian.net-6dc8ee72716b718f37e5051fc2e3ec8f197f39a6.tar.xz
lvc: remove debug bits
Diffstat (limited to 'cucumber/features/step_definitions/common_steps.rb')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb3
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)