Implement @skip_win and @skip_editor

Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
Micah Jerome Ellison 2021-04-19 21:12:37 -07:00 committed by Jonathan Wren
parent 36dc01bf30
commit ce64d7973b
2 changed files with 20 additions and 2 deletions

View file

@ -116,7 +116,7 @@ Feature: Custom formats
| basic_folder.yaml |
| basic_dayone.yaml |
@skip # .TODO return after editor steps implemented
@skip_editor # .TODO return after editor steps implemented
Scenario Outline: Increasing Headings on Markdown export
Given we use the config "<config_file>"
And we use the password "test" if prompted
@ -214,7 +214,7 @@ Feature: Custom formats
| basic_folder.yaml |
# | basic_dayone.yaml | @todo
@skip # .TODO return after editor steps implemented
@skip_editor # .TODO return after editor steps implemented
Scenario Outline: Add a blank line to Markdown export if there isn't one already
# https://github.com/jrnl-org/jrnl/issues/768
# https://github.com/jrnl-org/jrnl/issues/881