Refactor some steps in cucumber scenarios

This commit is contained in:
Thibault Jouan
2015-04-28 08:37:04 +00:00
parent 66413b6ccb
commit 258812013b
3 changed files with 4 additions and 8 deletions

View File

@@ -1,10 +1,9 @@
Feature: `modifier' run control keyword
Scenario: configures the modifier key
Given a run control file with:
Given uhwm is running with this run control file:
"""
modifier :ctrl
"""
And uhwm is running
When I press the ctrl+shift+q keys
Then uhwm must terminate successfully