diff --git a/features/regression.feature b/features/regression.feature index 3e644b19..4534761b 100644 --- a/features/regression.feature +++ b/features/regression.feature @@ -62,3 +62,10 @@ Feature: Zapped bugs should stay dead. Then the output should contain "I'm going to activate the machine." Then the output should contain "I've crossed so many timelines. Is there any going back?" + Scenario: Viewing today's entries does not print the entire journal + # https://github.com/jrnl-org/jrnl/issues/741 + Given we use the config "basic.yaml" + When we run "jrnl -on today" + Then the output should not contain "Life is good" + Then the output should not contain "But I'm better." +