Skip to content

Commit

Permalink
Changed admin
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushSharma14 committed Mar 11, 2024
1 parent cfdf737 commit 7129051
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions features/donations/monthly_donation_admin_view.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ Scenario: Allow Monthly Recurring Donations
Then the radio button to select the default donation type should be set to "one"
And I press "Update Settings"
Then I should see "Update successful"
When I go to the quick donation page
Then I should see "frequency"

Scenario: Disallow Monthly Recurring Donations
When I visit the admin:settings page
And I set allow recurring donations to "No"
Then the radio button to select the default donation type should be "hidden"
And I press "Update Settings"
Then I should see "Update successful"
When I go to the quick donation page
Then I should not see "frequency"
Then I should see "Update successful"

0 comments on commit 7129051

Please sign in to comment.