uh-wm/features/steps/x_steps.rb
Thibault Jouan e81cf3a52f Clean up tests
* Remove deprecated tags;
* Improve scenarios, steps and specs descriptions.
2015-04-14 02:59:48 +00:00

9 lines
187 B
Ruby

When /^I press the ([^ ]+) keys?$/ do |keys|
x_key keys
end
Then /^it must connect to X display$/ do
uhwm_wait_output 'Connected to'
expect(x_socket_check uhwm_pid).to be true
end