diff --git a/tests/bdd/features/delete.feature b/tests/bdd/features/delete.feature index f46ef866..cb937176 100644 --- a/tests/bdd/features/delete.feature +++ b/tests/bdd/features/delete.feature @@ -17,8 +17,8 @@ Feature: Delete entries from journal | config_file | | basic_onefile.yaml | | basic_encrypted.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Backing out of interactive delete does not change journal @@ -66,8 +66,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with multiple tags deletes all entries matching any of the tags @@ -82,8 +82,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with -and deletes boolean AND of tagged entries @@ -98,8 +98,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with -not does not delete entries from given tag @@ -114,8 +114,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with -from search operator only deletes entries since that date @@ -130,8 +130,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with -to only deletes entries up to specified date @@ -146,8 +146,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with -starred only deletes starred entries @@ -162,8 +162,8 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml | Scenario Outline: Delete flag with -contains only entries containing expression @@ -178,5 +178,5 @@ Feature: Delete entries from journal Examples: Configs | config_file | | basic_onefile.yaml | - # | basic_folder.yaml | @todo - # | basic_dayone.yaml | @todo + | basic_folder.yaml | + | basic_dayone.yaml |