Bug recognising Step with content starting with Given, When, Then, And
Description
When I have a scenario where one my steps contains words starting with Given, When, Then, And, the scenario parser just ignores them. Eg: Then the page should display name Anderson (Anderson starts with And, so it doesn't recognise)
I've made a couple of changes on the PatternScenarioParser to fix it, and I am sending to you.
When I have a scenario where one my steps contains words starting with Given, When, Then, And, the scenario parser just ignores them.
Eg: Then the page should display name Anderson (Anderson starts with And, so it doesn't recognise)
I've made a couple of changes on the PatternScenarioParser to fix it, and I am sending to you.
Cheers
Alexandre Martins.