mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Update features/steps/core.py
Co-Authored-By: pspeter <peter.schmidb@gmail.com>
This commit is contained in:
parent
87571fa55f
commit
8d22283b93
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def set_config(context, config_file):
|
|||
|
||||
|
||||
@when('we open the editor and enter')
|
||||
@when('we open the editor and enter {text}')
|
||||
@when('we open the editor and enter "{text}"')
|
||||
def open_editor_and_enter(context, text=""):
|
||||
text = (text or context.text)
|
||||
print("open_editor_and_enter called")
|
||||
|
|
Loading…
Add table
Reference in a new issue