Skip to content

Repetitive steps separated by data-table get ignored #18

@saw-jan

Description

@saw-jan

In the following feature example, the second When step must be marked with warning.

Scenario: some description
  When something is done using data table
    | name | value |
    | haha | hehe  |
  When again something is done

But the there is no warning in the second When step.
Concerned Rule: repetitive_step

TODO:

  • add unit test
  • propose fix

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions