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
Feature: A feature name@firstScenario: First scenarioGiven something
When Foo bar
Then print foo bar
@secondScenario: Second scenarioGiven something
When Foo bar taz
Then print foo bar taz
When run this feature the When and the Then steps of the second scenario are not executed, instead of that the When and the Then steps of the first scenario are executed twice.
If I change the step to When Foo-bar taz then the step is executed.
The text was updated successfully, but these errors were encountered:
Having the following feature:
When run this feature the When and the Then steps of the second scenario are not executed, instead of that the When and the Then steps of the first scenario are executed twice.
If I change the step to
When Foo-bar taz
then the step is executed.The text was updated successfully, but these errors were encountered: