diff --git a/manual_tests.md b/manual_tests.md index 0a49115..6ee2af4 100644 --- a/manual_tests.md +++ b/manual_tests.md @@ -15,7 +15,7 @@ # Editing a client using the GUI ## Tests for JS code in js/edit_client.js * The subtypes dropdown should be populated according to the existing value of the types dropdown. E.g. save a client as "licensed premises" type and reopen; the subtypes should be a list including "Pub or Bar" -* The status dropdown should be populated according to the existing value of the substatuses dropdown. E.g. save a client as substatus "One-off Training" and reopen; the status should be set to "Confirmed" and it should not be possible to change it. +* The status dropdown should be populated according to the existing value of the substatuses dropdown. E.g. save a client as substatus "One-off Training" and reopen; the status should be set to "Confirmed" and that should be the only option in the status dropdown. # Automatic client status ## Tests for presave hook in goodnightout_opencase.module