diff --git a/features/donations/monthly_donation_admin_view.feature b/features/donations/monthly_donation_admin_view.feature index 46dd737c0..32758eb8d 100644 --- a/features/donations/monthly_donation_admin_view.feature +++ b/features/donations/monthly_donation_admin_view.feature @@ -5,29 +5,21 @@ Feature: allow recurring donations I want to allow recurring donations Background: - Given I am logged in as administrator And I visit the admin:settings page Scenario: Allow Monthly Recurring Donations - When I set "Allow Recurring Donations" to "Yes" + When I set "allow_recurring_donations" to "Yes" And I press "Update Settings" And I should see "Update successful" Then the radio button to select the default donation type should be "visible" When I go to the donation default page Then I should see "frequency" - - Scenario: Disallow Monthly Recurring Donations - When I am logged in as administrator - And I visit the admin:settings page + When I visit the admin:settings page And I set "Allow Recurring Donations" to "No" And I press "Update Settings" Then the radio button to select the default donation type should be "hidden" - - -Scenario: Customer Shouldn't See Monthly Option - When I switch to customer "Joe Mallon" - And I go to the quick donation page - And I should not see "Donation frequency" \ No newline at end of file + When I go to the donation default page + Then I should not see "frequency" \ No newline at end of file