lovinghouston / lwcgoogleplacesbutton

Adds a Lightning Web Component to create Google Place Listings (currently hardcoded to type "church") as a Salesforce object (currently hardcoded to a custom object named Church_School_Partnership__c).
3 stars 1 forks source link

Remove LWC List after Button Click and add Informational Link #94

Open Julian88Tex opened 4 years ago

Julian88Tex commented 4 years ago

Given a School account And account hasn't had "Find Closest Churches" button pressed yet When the "Find Closest Churches" button is pressed And loading has completed Then a "Success" informational messaged appears [exact wording TBD] And a link to the Church School Partnership related list appears And a list of all found Churches/CSPs does NOT display anymore

Given a School account And account has had "Find Closest Churches" button pressed yet When the "Find Closest Churches" button is pressed And loading has completed Then a "20 churches have already been found" informational message appears [exact wording TBD] And a link to the Church School Partnership related list appears And a list of all found Churches/CSPs does NOT display anymore

Given a School account And account hasn't had "Find Closest Churches" button pressed yet And a validation rule exists that would always cause an error on account creation When the "Find Closest Churches" button is pressed And loading has completed Then an "Error" messaged appears [existing functionality] And a list of all found Churches/CSPs does NOT display anymore