Update features/steps/core.py

Co-Authored-By: pspeter <peter.schmidb@gmail.com>
This commit is contained in:
Aaron Lichtman 2019-11-16 14:35:50 +01:00 committed by GitHub
parent 87571fa55f
commit 8d22283b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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