Skip to content

Instantly share code, notes, and snippets.

@dgoldie
Created December 26, 2009 09:25
Show Gist options
  • Save dgoldie/263892 to your computer and use it in GitHub Desktop.
Save dgoldie/263892 to your computer and use it in GitHub Desktop.
Scenario: Edit Site # features/edit_sites.feature:41
Given I am on the homepage # features/step_definitions/web_steps.rb:12
When I log in with email: "[email protected]" and password: "password"
# features/step_definitions/homepage_steps.rb:12
And I go to the edit page of the site: "BOZO" # features/step_definitions/web_steps.rb:16
And I fill in "site_tier" with "5" # features/step_definitions/web_steps.rb:32
And I fill in "new memo" for "site_memo" # features/step_definitions/web_steps.rb:36
-0.0-0.0 And I press "Update" # features/step_definitions/web_steps.rb:20
And I go to the edit page of the site: "BOZO" # features/step_definitions/web_steps.rb:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment