mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 07:16:12 +02:00
Adjust fix for #1639 to still create entries if both --edit and --change-time flags are present
This commit is contained in:
parent
35b93f121c
commit
0fbdf25e83
2 changed files with 13 additions and 20 deletions
|
@ -243,17 +243,19 @@ Feature: Change entry times in journal
|
|||
# | basic_dayone.yaml | @todo
|
||||
|
||||
|
||||
Scenario Outline: --change-time with --edit and no selected entries doesn't overwrite journal
|
||||
Scenario Outline: --change-time with --edit and an empty search adds an entry
|
||||
Given we use the config "<config_file>"
|
||||
And we write nothing to the editor if opened
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl -on tomorrow --change-time '2022-04-23 10:30' --edit"
|
||||
#Then the error output should contain "No entry to modify"
|
||||
And we append to the editor if opened
|
||||
[2022-11-13 11:25] worked on jrnl tests
|
||||
When we run "jrnl -on tomorrow --change-time --edit"
|
||||
When we run "jrnl -99 --short"
|
||||
Then the output should be
|
||||
2020-08-29 11:11 Entry the first.
|
||||
2020-08-31 14:32 A second entry in what I hope to be a long series.
|
||||
2020-09-24 09:14 The third entry finally after weeks without writing.
|
||||
2022-11-13 11:25 worked on jrnl tests
|
||||
|
||||
Examples: Configs
|
||||
| config_file |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue