From ff93527f45bd786e6afc34659eccbfdae6f0b0c1 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 10 Sep 2021 12:10:05 +0200 Subject: [PATCH] Update 'manual_tests.md' --- manual_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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