mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Implement @skip_win and @skip_editor
Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
36dc01bf30
commit
ce64d7973b
2 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue