Implement `log_separator' action keyword
This commit is contained in:
9
features/actions/log_separator.feature
Normal file
9
features/actions/log_separator.feature
Normal file
@@ -0,0 +1,9 @@
|
||||
Feature: `log_separator' action keyword
|
||||
|
||||
Scenario: logs a separator
|
||||
Given uhwm is running with this run control file:
|
||||
"""
|
||||
key(:f) { log_separator }
|
||||
"""
|
||||
When I press the alt+f keys
|
||||
Then the output must contain "- - - - - - - - - - - - - - - - - - - - - - -"
|
Reference in New Issue
Block a user