From 8d22283b93393316f8d293402e485c77b898d335 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 16 Nov 2019 14:35:50 +0100 Subject: [PATCH] Update features/steps/core.py Co-Authored-By: pspeter --- features/steps/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/core.py b/features/steps/core.py index 84d4ccc9..2175bd28 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -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")