You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Recorder + Behave) Some of the exported steps are incorrectly formatted.
Behave steps must be correctly set in order to be properly handled during behave tests.
The bug led to something like this: (Note the extra ) after abc)
You can implement step definitions for undefined steps with these snippets:
@given(u'Into \'input[name="query"]\' type "abc")')
def step_impl(context):
raise NotImplementedError(u'STEP: Given Into \'input[name="query"]\' type "abc")')