[Qa-jenkins-scm] [jenkins.debian.net] 01/02: lvc: need to type SPACE to select the required desktop

Holger Levsen holger at layer-acht.org
Wed Jun 1 22:22:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 755ebbdd386c156dd53d33ece89170684eadf115
Author: Philip Hands <phil at hands.com>
Date:   Wed Jun 1 23:13:55 2016 +0200

    lvc: need to type SPACE to select the required desktop
---
 cucumber/features/step_definitions/common_steps.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 0bb57ec..7c16e87 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -468,6 +468,7 @@ Given /^I select the ([A-Z][[:alpha:]]*) task$/ do |desktop|
   menu.index(desktop).times do
     @screen.type(Sikuli::Key.DOWN)
   end
+  @screen.type(Sikuli::Key.SPACE)
   expected_result = "Desktop+" + desktop
   @screen.wait(diui_png(expected_result), 10 * PATIENCE)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list