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
Problem:
- Steps are only matched by the name which prevents multiple steps on
different lines to be used as the first match will be always taken.
Solution:
- Follow also the line step next to the name so that steps with the same
name can be distinguished. In order for the step to match the name has
to match and the line of given step has to be greater/equal than the
line of the currently processed step.
0 commit comments