uh-wm/features/steps/x_steps.rb
2015-04-16 12:01:15 +00:00

13 lines
250 B
Ruby

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