diff --git a/lib/uh/wm/testing/acceptance_helpers.rb b/lib/uh/wm/testing/acceptance_helpers.rb index bf5d05b..44612aa 100644 --- a/lib/uh/wm/testing/acceptance_helpers.rb +++ b/lib/uh/wm/testing/acceptance_helpers.rb @@ -11,7 +11,10 @@ module Uh end def uhwm_ensure_stop - @process and @process.terminate + if @process + x_key 'alt+q' + @process.terminate + end end def uhwm_pid