Open kbayliss opened 3 months ago
We have custom code that allows conditionally-required fields to show as required:
but this is not currently covered by snapshot tests.
We should add snapshot tests to confirm that each field can be shown as required by adding the fieldname to the conditional_fields_to_show_as_required() staticmethod.
conditional_fields_to_show_as_required()
We have custom code that allows conditionally-required fields to show as required:
but this is not currently covered by snapshot tests.
We should add snapshot tests to confirm that each field can be shown as required by adding the fieldname to the
conditional_fields_to_show_as_required()
staticmethod.