mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
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:
parent
278b736d25
commit
5d3d988fa0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue