From 755ebbdd386c156dd53d33ece89170684eadf115 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 1 Jun 2016 23:13:55 +0200 Subject: lvc: need to type SPACE to select the required desktop --- cucumber/features/step_definitions/common_steps.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'cucumber/features') 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) -- cgit v1.2.3-54-g00ecf