diff options
author | Philip Hands <phil@hands.com> | 2016-06-01 23:13:55 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-02 00:19:36 +0200 |
commit | 755ebbdd386c156dd53d33ece89170684eadf115 (patch) | |
tree | 9097ff51a6e6b0d3147d155a66db5a432246a417 | |
parent | eca01f7e8e131af56c1135af1234e8fd66d1e8af (diff) | |
download | jenkins.debian.net-755ebbdd386c156dd53d33ece89170684eadf115.tar.xz |
lvc: need to type SPACE to select the required desktop
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 0bb57ec9..7c16e871 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) |