Increase layout protocol test coverage (#remove)

This commit is contained in:
Thibault Jouan
2015-04-21 08:02:05 +00:00
parent 4e2ec5f6ec
commit 7ee70b666b
2 changed files with 18 additions and 2 deletions

View File

@@ -23,6 +23,11 @@ When /^the window requests to be unmapped$/ do
x_client.unmap.sync
end
When /^the window is unmapped$/ do
x_client.unmap.sync
uhwm_wait_output /unmanag.+#{x_client.name}/i
end
When /^the (\w+) window is unmapped$/ do |ident|
x_client(ident).unmap.sync
uhwm_wait_output /unmanag.+#{x_client(ident).name}/i