Hi,
While attempting to comment out a scenario today I got the following error:
Index 0, Size 0
On inspection it seemed that the commented out scenario was being counted
as an example for the scenario previous.
E.g
Given I <foo>
When I click
Then <bar>
Examples:
{transformer=FROM_LANDSCAPE}
|foo|test|
|bar|test|
!--Given another precondition
!--When I click
!--Then another assertion is made
After I removed the commented out scenario the story ran fine.
Is this the correct syntax for commenting out lines in a story? Am I
missing anything?
Cheers,
Mary