Skip to content

Instantly share code, notes, and snippets.

@robsquires
robsquires / transform_not_matching
Created March 17, 2013 17:41
For the given gherkin feature the standard step definitions are matching not problem. However, the @Transform is not being matched. Is the syntax correct?
for the given scenario:
Scenario: I can drill down by product line
Given I have searched for "light sources"
And I have selected the category "led"
When I select the product line "Track 3"
Then I should see products:
| name |
| Test Product 3 |