Improve blocking worker acceptance test
This commit is contained in:
parent
8a490e155f
commit
4bc513010e
@ -9,7 +9,7 @@ Feature: blocking worker
|
|||||||
"""
|
"""
|
||||||
key(:f) { puts 'testing_worker_read' }
|
key(:f) { puts 'testing_worker_read' }
|
||||||
"""
|
"""
|
||||||
And uhwm is running with options -d -w block
|
And uhwm is running with options -v -w block
|
||||||
When I press the alt+f key 3 times
|
When I press the alt+f key 3 times
|
||||||
And I quit uhwm
|
And I quit uhwm
|
||||||
Then the output must match /(testing_worker_read)/ exactly 3 times
|
Then the output must match /(testing_worker_read)/ exactly 3 times
|
||||||
|
Loading…
x
Reference in New Issue
Block a user