Modify test helpers to quit gracefully in cucumber
This commit is contained in:
parent
5ab463cde5
commit
17de52f8af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user