Fix non-deterministic test in manager/unmanage
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
Given /^a window is mapped$/ do
|
||||
x_window_map
|
||||
end
|
||||
|
||||
Given /^a (\w+) window is mapped$/ do |ident|
|
||||
x_window_map ident: ident
|
||||
end
|
||||
|
||||
Given /^a window is managed$/ do
|
||||
x_window_map
|
||||
uhwm_wait_output /manag.+#{x_window_name}/i
|
||||
end
|
||||
|
||||
When /^I press the ([^ ]+) keys?$/ do |keys|
|
||||
x_key keys
|
||||
end
|
||||
|
Reference in New Issue
Block a user