mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
troubleshooting windows test failures on travis
This commit is contained in:
parent
b438f58ddb
commit
b00645258b
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ Feature: Writing new entries.
|
||||||
|
|
||||||
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>.yaml"
|
Given we use the config "<config_file>.yaml"
|
||||||
And we use the password "test" if prompted
|
And we use the password "bad doggie no biscuit" if prompted
|
||||||
When we run "jrnl" and enter nothing
|
When we run "jrnl" and enter nothing
|
||||||
Then the output should be empty
|
Then the output should be empty
|
||||||
And the error output should contain "Writing Entry; on a blank line"
|
And the error output should contain "Writing Entry; on a blank line"
|
||||||
|
@ -69,7 +69,7 @@ Feature: Writing new entries.
|
||||||
| config_file |
|
| config_file |
|
||||||
| simple |
|
| simple |
|
||||||
| empty_folder |
|
| empty_folder |
|
||||||
| basic_encrypted |
|
| encrypted |
|
||||||
# | dayone | @todo
|
# | dayone | @todo
|
||||||
|
|
||||||
Scenario Outline: Writing an entry does not print the entire journal
|
Scenario Outline: Writing an entry does not print the entire journal
|
||||||
|
|
Loading…
Add table
Reference in a new issue