Update 'manual_tests.md'

This commit is contained in:
naomi 2021-09-09 20:15:01 +02:00
parent ed4ad819dc
commit c21725340c
1 changed files with 12 additions and 0 deletions

View File

@ -27,4 +27,16 @@
* This should automatically set the client status to "Accredited" and their substatus to "Recently Accredited"
# Email notification
## Tests for mail hook and post-save hook in goodnightout_opencase.module
* Change a client's status from something else to "3-month followup due" - the site admin should receive an email about it with "3-month followup due for <client name>" as the subject and a link to the client in the body
* Same for 6-month
* Same for the substatus that is just "follow-up due"
* Should not happen when client is saved without changing status
* Should not happen when status is changed to something else
* Create new clients with those substatuses - notification should happen