mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
fix up tests and related issues
This commit is contained in:
parent
47e0305aa0
commit
4d768ae433
4 changed files with 9 additions and 63 deletions
|
@ -36,12 +36,12 @@ Feature: Basic reading and writing to a journal
|
|||
@skip_win
|
||||
Scenario: Writing an empty entry from the editor
|
||||
Given we use the config "editor.yaml"
|
||||
When we open the editor and enter ""
|
||||
When we open the editor and enter nothing
|
||||
Then we should see the message "[Nothing saved to file]"
|
||||
|
||||
Scenario: Writing an empty entry from the command line
|
||||
Given we use the config "basic.yaml"
|
||||
When we run "jrnl" and enter ""
|
||||
When we run "jrnl" and enter nothing
|
||||
Then the output should be
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue