We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97b182 commit 64db3fbCopy full SHA for 64db3fb
features/donation-with-saved-info.feature
@@ -1,4 +1,3 @@
1
-@skip()
2
Feature: Existing donor: saved payment method donation completes successfully
3
4
As a returning donor
@@ -23,6 +22,7 @@ Feature: Existing donor: saved payment method donation completes successfully
23
22
And I press Donate
24
When I wait a few seconds
25
Then I should be redirected to a Thank You confirmation page with the correct amount
+ When I wait long enough for email processing
26
Then my last email should contain the correct amounts
27
And my last email should contain the charity's custom thank you message
28
- And my last email should contain the correct name
+ And my last email should contain the correct name
0 commit comments