troubleshooting windows test failures on travis

This commit is contained in:
Jonathan Wren 2020-10-17 14:40:06 -07:00
parent b438f58ddb
commit b00645258b
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -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