From 36dc01bf306f18a5379f4c508172825a342d7c31 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 19 Apr 2021 20:50:33 -0700 Subject: [PATCH] Fixing custom template test and skipping some broken tests Co-authored-by: Jonathan Wren --- tests/features/format.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/features/format.feature b/tests/features/format.feature index 330c3a06..ef126a5b 100644 --- a/tests/features/format.feature +++ b/tests/features/format.feature @@ -92,7 +92,6 @@ Feature: Custom formats Scenario Outline: Exporting using custom templates Given we use the config "" - And we load template "sample.template" And we use the password "test" if prompted When we run "jrnl -1 --format sample" Then the output should be @@ -117,6 +116,7 @@ Feature: Custom formats | basic_folder.yaml | | basic_dayone.yaml | + @skip # .TODO return after editor steps implemented Scenario Outline: Increasing Headings on Markdown export Given we use the config "" And we use the password "test" if prompted @@ -214,6 +214,7 @@ Feature: Custom formats | basic_folder.yaml | # | basic_dayone.yaml | @todo + @skip # .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 @@ -431,7 +432,7 @@ Feature: Custom formats porta sapien accumsan. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. ... - + Examples: configs | config_file | | basic_onefile.yaml |