Created
December 26, 2009 09:25
-
-
Save dgoldie/263892 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: 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