Skip to content

Commit

Permalink
Make this feature do what it is supposed to which fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jul 27, 2010
1 parent 1c78b7c commit 5d6fcd1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions features/refinery/manage_inquiries.feature
Expand Up @@ -24,18 +24,16 @@ Feature: Manage Inquiries
And I follow "Update who gets notified"
And I fill in "Send notifications to" with "phil@refinerycms.com"
And I press "Save"
Then show me the page
#Then I should see "'Notification Recipients' was successfully updated"
#And I should be on the list of inquiries
Then I should see "'Notification Recipients' was successfully updated"
And I should be on the list of inquiries

Scenario: Updating confirmation email copy
When I go to the list of inquiries
And I follow "Edit confirmation email"
Then show me the page
#And I fill in "Message" with "Thanks %name%! We'll never get back to you!"
#And I press "Save"
#Then I should see "'Confirmation Body' was successfully updated."
#And I should be on the list of inquiries
And I fill in "Message" with "Thanks %name%! We'll never get back to you!"
And I press "Save"
Then I should see "'Confirmation Body' was successfully updated."
And I should be on the list of inquiries

Scenario: Inquiries Show
When I go to the list of inquiries
Expand Down

0 comments on commit 5d6fcd1

Please sign in to comment.