Test blocking worker (UAT)

This commit is contained in:
Thibault Jouan
2015-04-23 19:59:25 +00:00
parent eaa1d279dc
commit 6cfed91653
4 changed files with 39 additions and 7 deletions

View File

@@ -9,6 +9,10 @@ When /^I press the ([^ ]+) keys?$/ do |keys|
x_key keys
end
When /^I press the ([^ ]+) keys? (\d+) times$/ do |keys, times|
times.to_i.times { x_key keys }
end
When /^a window requests to be mapped$/ do
x_client.map.sync
end