Skip to content

(Recorder + Behave) Some of the exported steps are incorrectly formatted #1357

@mdmintz

Description

@mdmintz

(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")')

Metadata

Metadata

Assignees

Labels

SeleniumBase 3SeleniumBase 3bugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions