mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
unskip some dayone tests that now work
This commit is contained in:
parent
e7db3362a0
commit
3fc0d5aa2e
1 changed files with 5 additions and 4 deletions
|
@ -89,6 +89,7 @@ Feature: Writing new entries.
|
||||||
| basic_encrypted.yaml |
|
| basic_encrypted.yaml |
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Writing an empty entry from the command line with no editor should yield nothing
|
Scenario Outline: Writing an empty entry from the command line with no editor should yield nothing
|
||||||
Given we use the config "<config_file>"
|
Given we use the config "<config_file>"
|
||||||
And we use the password "test" if prompted
|
And we use the password "test" if prompted
|
||||||
|
@ -103,7 +104,7 @@ Feature: Writing new entries.
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
| basic_encrypted.yaml |
|
| basic_encrypted.yaml |
|
||||||
| basic_folder.yaml |
|
| basic_folder.yaml |
|
||||||
# | basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
Scenario Outline: Writing an entry does not print the entire journal
|
Scenario Outline: Writing an entry does not print the entire journal
|
||||||
# https://github.com/jrnl-org/jrnl/issues/87
|
# https://github.com/jrnl-org/jrnl/issues/87
|
||||||
|
@ -212,7 +213,7 @@ Feature: Writing new entries.
|
||||||
When we run "jrnl -1"
|
When we run "jrnl -1"
|
||||||
Then the output should be "2013-07-23 09:00 Testing folder journal."
|
Then the output should be "2013-07-23 09:00 Testing folder journal."
|
||||||
|
|
||||||
Scenario Outline: Correctly count when adding a single entry via --edit
|
Scenario Outline: Count when adding a single entry via --edit
|
||||||
Given we use the config "<config_file>"
|
Given we use the config "<config_file>"
|
||||||
And we use the password "test" if prompted
|
And we use the password "test" if prompted
|
||||||
And we append to the editor if opened
|
And we append to the editor if opened
|
||||||
|
@ -282,7 +283,7 @@ Feature: Writing new entries.
|
||||||
#| basic_dayone.yaml | @todo
|
#| basic_dayone.yaml | @todo
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Correctly count modification when running --edit on whole journal and adding to last entry
|
Scenario Outline: Count modifications when editing whole journal and adding to last entry
|
||||||
Given we use the config "<config_file>"
|
Given we use the config "<config_file>"
|
||||||
And we use the password "test" if prompted
|
And we use the password "test" if prompted
|
||||||
And we append to the editor if opened
|
And we append to the editor if opened
|
||||||
|
@ -296,4 +297,4 @@ Feature: Writing new entries.
|
||||||
| basic_onefile.yaml |
|
| basic_onefile.yaml |
|
||||||
| basic_encrypted.yaml |
|
| basic_encrypted.yaml |
|
||||||
| basic_folder.yaml |
|
| basic_folder.yaml |
|
||||||
#| basic_dayone.yaml | @todo
|
| basic_dayone.yaml |
|
||||||
|
|
Loading…
Add table
Reference in a new issue