diff --git a/tests/bdd/features/search.feature b/tests/bdd/features/search.feature index 138c0285..531c2a3c 100644 --- a/tests/bdd/features/search.feature +++ b/tests/bdd/features/search.feature @@ -125,7 +125,7 @@ Feature: Searching in a journal | basic_dayone.yaml | - Scenario: Searching for unstarred entries + Scenario Outline: Searching for unstarred entries Given we use the config "" And we use the password "test" if prompted When we run "jrnl -not -starred" @@ -138,7 +138,7 @@ Feature: Searching in a journal | basic_folder.yaml | | basic_dayone.yaml | - Scenario: Searching for tagged entries + Scenario Outline: Searching for tagged entries Given we use the config "" And we use the password "test" if prompted When we run "jrnl -tagged" @@ -151,7 +151,7 @@ Feature: Searching in a journal | basic_folder.yaml | | basic_dayone.yaml | - Scenario: Searching for untagged entries + Scenario Outline: Searching for untagged entries Given we use the config "empty_folder.yaml" When we run "jrnl Tagged entry. This one has a @tag." Then we should get no error