From 02f853b5455f51d3196c718846c2e2bd0af9561e Mon Sep 17 00:00:00 2001 From: Greg Bodnar Date: Sun, 4 Aug 2019 08:44:17 +1200 Subject: [PATCH] Modify test to test for returned strings The entered string for the password is not being used by the test and I don't understand why. --- features/multiple_journals.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/multiple_journals.feature b/features/multiple_journals.feature index af032b03..1d4943ee 100644 --- a/features/multiple_journals.feature +++ b/features/multiple_journals.feature @@ -42,5 +42,5 @@ Feature: Multiple journals Scenario: Don't crash if no file exists for a configured encrypted journal Given we use the config "multiple.yaml" - When we run "jrnl new_encrypted Adding first entry" - Then journal "new_encrypted" should have 1 entry + When we run "jrnl new_encrypted Adding first entry" and enter "these three eyes" + Then we should see the message "Journal 'new_encrypted' created"