From 3298dd9aedc47555e93e40eebc6c39a52d70d2f2 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 4 Jul 2020 14:06:20 -0700 Subject: [PATCH] Add failing DayOne editing test (title is disappearing) --- features/dayone.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/dayone.feature b/features/dayone.feature index 1b81cc38..39abae95 100644 --- a/features/dayone.feature +++ b/features/dayone.feature @@ -88,7 +88,8 @@ Feature: Dayone specific implementation details. Here is the first line. Here is the second line. """ - When we run "jrnl -n 5" + When we run "jrnl -n 1" Then we should get no error + and the output should contain "This entry is starred!" and the output should contain "Here is the first line" and the output should contain "Here is the second line"