Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.alpha
-
Fix Version/s: 3.4.1
-
Component/s: CiviCampaign
-
Labels:None
Description
Survey webtest - extend SurveyUsageTest.php to cover tests for following functionality :
- include core Phone field in profile created for the survey
- run Survey Detail report for this survey and check "print" version for profile fields (s/b report columns) and result set codes
- after interviewing respondent and find / verify contents of completed survey activity from Find Activities (should have activity with subject = "$surveyTitle - Respondent Interview")
- repeat Reserve Respondents and Interview Respondents steps using Ajaxified workflow ("Conduct Survey" menu item - civicrm/campaign/vote)
- Reserve Respondents from civicrm/survey/search?reset=1&op=reserve and then use GOTV (campaign/gotv) to mark them as voted. (Activity for this flow will still have subject = "$surveyTitle - Respondent Reservation", this is ok for now).