Created
July 29, 2011 20:20
-
-
Save sfsekaran/1114648 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: User sees merchandise in the same order as the admin entered it | |
Given there is an artist | |
And the artist has a merchandise product | |
And the product has the following attributes: | |
| name | | |
| L | | |
| XL | | |
When I am on the product's page | |
Then I should see the attributes in the following order: | |
| name | | |
| L | | |
| XL | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment