11 lines
262 B
Gherkin
11 lines
262 B
Gherkin
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+shift+q keys
|
|
Then uhwm must terminate successfully
|