Skip to content

Instantly share code, notes, and snippets.

@agile
Created February 12, 2009 17:54
Show Gist options
  • Save agile/62773 to your computer and use it in GitHub Desktop.
Save agile/62773 to your computer and use it in GitHub Desktop.
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