diff --git a/robot/Cumulus/resources/NPSP.robot b/robot/Cumulus/resources/NPSP.robot index 912c01f305a..f0d111c52ce 100644 --- a/robot/Cumulus/resources/NPSP.robot +++ b/robot/Cumulus/resources/NPSP.robot @@ -245,7 +245,7 @@ Create Opportunities Click Link link=${stage} Populate Lookup Field Account Name ${hh_name} Open Date Picker Close Date - Pick Date 10 + Pick Date Today Select Lightning Checkbox Do Not Automatically Create Payment Click Modal Button Save diff --git a/robot/Cumulus/tests/browser/donations/create_contact_donation.robot b/robot/Cumulus/tests/browser/donations/create_contact_donation.robot index 3ba99580427..f2e2698393c 100644 --- a/robot/Cumulus/tests/browser/donations/create_contact_donation.robot +++ b/robot/Cumulus/tests/browser/donations/create_contact_donation.robot @@ -27,3 +27,4 @@ Create Donation from a Contact Select Tab Related Load Related List Payments Verify Occurrence Payments 1 + \ No newline at end of file diff --git a/robot/Cumulus/tests/browser/donations/create_donation_payment.robot b/robot/Cumulus/tests/browser/donations/create_donation_payment.robot index 361edade97b..f902c724d81 100644 --- a/robot/Cumulus/tests/browser/donations/create_donation_payment.robot +++ b/robot/Cumulus/tests/browser/donations/create_donation_payment.robot @@ -29,3 +29,10 @@ Create Donation and Opportunity and Create Payment Manually Pick Date Today Click Modal Button Save Verify Occurrence Payments 1 + ${opp_date} = Get Current Date result_format=%-m/%-d/%Y + Go To Record Home &{contact}[Id] + Scroll Element Into View text:Donation Totals + Confirm Value Last Gift Date ${opp_date} Y + Scroll Element Into View text:Soft Credit Total + Confirm Value Total Gifts $100.00 Y + Confirm Value Total Number of Gifts 1 Y \ No newline at end of file diff --git a/robot/Cumulus/tests/browser/donations/delete_opportunity.robot b/robot/Cumulus/tests/browser/donations/delete_opportunity.robot index 04733bb31f3..5deb6618820 100644 --- a/robot/Cumulus/tests/browser/donations/delete_opportunity.robot +++ b/robot/Cumulus/tests/browser/donations/delete_opportunity.robot @@ -19,3 +19,8 @@ Create Donation from a Contact and Delete Opportunity Click Modal Button Delete #Sleep 5 Page Contains Record ${donation_name} + Go To Record Home &{contact}[AccountId] + Select Tab Details + Scroll Element Into View text:Membership Information + Confirm Value Total Gifts $0.00 Y + Confirm Value Total Number of Gifts 0 Y diff --git a/robot/Cumulus/tests/browser/donations/verify_donation_contact_roles.robot b/robot/Cumulus/tests/browser/donations/verify_donation_contact_roles.robot index e38ba46185c..fdd76fec771 100644 --- a/robot/Cumulus/tests/browser/donations/verify_donation_contact_roles.robot +++ b/robot/Cumulus/tests/browser/donations/verify_donation_contact_roles.robot @@ -17,4 +17,21 @@ Create Donation from Contact and Verify Contact Roles on Opportunity Page Select Relatedlist Contact Roles Verify Related List Field Values ... &{contact1}[FirstName] &{contact1}[LastName]=Donor - ... &{contact2}[FirstName] &{contact2}[LastName]=Household Member + ... &{contact2}[FirstName] &{contact2}[LastName]=Household Member + &{opportunity2} = API Create Opportunity &{Contact2}[AccountId] Donation + ... Name=Rollup test $50 donation + ... Primary_Contact__c=&{contact2}[Id] + ... Amount=50 + Go To Record Home &{contact1}[AccountId] + Select Tab Details + Scroll Element Into View text:Membership Information + Confirm Value Total Gifts $150.00 Y + Confirm Value Total Number of Gifts 2 Y + Run Donations Batch Process + Go To Record Home &{contact1}[Id] + Scroll Element Into View text:Soft Credit Total + Confirm Value Total Gifts $100.00 Y + Confirm Value Total Number of Gifts 1 Y + Scroll Element Into View text:Household Donation Info + Confirm Value Soft Credit Total $50.00 Y + Confirm Value Number of Soft Credits 1 Y