Created
February 12, 2009 17:54
-
-
Save agile/62773 to your computer and use it in GitHub Desktop.
This file contains 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: obtaining details about widget parts | |
Given I have a widget named "larry" | |
And widget "larry" has the following parts: | |
|name| | |
|foo| | |
|bar| | |
|baz| | |
And I am logged in | |
When I go to the widget page for "larry" | |
Then I should see the following parts: | |
|name| | |
|foo| | |
|bar| | |
|baz| | |
When I click the "details" link in the 3rd row | |
Then I should be on the part details page for "baz" | |
And I should see part detail for "baz" | |
And I should see link to "View widget larry" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment