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.
This commit is contained in:
Greg Bodnar 2019-08-04 08:44:17 +12:00
parent da62e54245
commit 02f853b545

View file

@ -42,5 +42,5 @@ Feature: Multiple journals
Scenario: Don't crash if no file exists for a configured encrypted journal Scenario: Don't crash if no file exists for a configured encrypted journal
Given we use the config "multiple.yaml" Given we use the config "multiple.yaml"
When we run "jrnl new_encrypted Adding first entry" When we run "jrnl new_encrypted Adding first entry" and enter "these three eyes"
Then journal "new_encrypted" should have 1 entry Then we should see the message "Journal 'new_encrypted' created"