mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 17:18:30 +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
da62e54245
commit
02f853b545
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
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue