Implement `modifier' run control keyword
This commit is contained in:
10
features/run_control/modifier.feature
Normal file
10
features/run_control/modifier.feature
Normal file
@@ -0,0 +1,10 @@
|
||||
Feature: `modifier' run control keyword
|
||||
|
||||
Scenario: configures the modifier key
|
||||
Given a run control file with:
|
||||
"""
|
||||
modifier :ctrl
|
||||
"""
|
||||
And uhwm is running
|
||||
When I press the ctrl+q keys
|
||||
Then uhwm must terminate successfully
|
Reference in New Issue
Block a user