diff --git a/features/providers/mtr_accelerated/means_report.feature b/features/providers/mtr_accelerated/means_report.feature index 3b3418587a..4ac5c96a9d 100644 --- a/features/providers/mtr_accelerated/means_report.feature +++ b/features/providers/mtr_accelerated/means_report.feature @@ -18,6 +18,7 @@ Feature: Means report | h3 | Client employment income | | h2 | Outgoings | | h2 | Deductions | + | h2 | Dependants | | h2 | Caseworker Review | | h2 | Capital result | | h2 | Property, savings and other assets | @@ -41,7 +42,6 @@ Feature: Means report | h2 | Student finance | | h2 | Employed income result | | h2 | Declared cash income | - | h2 | Dependants | | h2 | Declared outgoings categories | | h2 | Declared cash outgoings | | h2 | Payments from scheme or charities | @@ -104,6 +104,15 @@ Feature: Means report | Dependants allowance | | Total deductions | + And the Dependants questions should exist: + | question | + | Does your client have any dependants? | + + And the Dependants detail questions should exist: + | Name | + | Date of birth | + | What is their relationship to your client? | + And the Caseworker review section should contain: | question | answer | | Caseworker review required? | Yes | @@ -193,6 +202,7 @@ Feature: Means report | h3 | Client employment income | | h2 | Outgoings | | h2 | Deductions | + | h2 | Dependants | | h2 | Caseworker Review | | h2 | Capital result | | h2 | Property, savings and other assets | @@ -213,7 +223,6 @@ Feature: Means report | h2 | Student finance | | h2 | Employed income result | | h2 | Declared cash income | - | h2 | Dependants | | h2 | Declared outgoings categories | | h2 | Declared cash outgoings | | h2 | Payments from scheme or charities | @@ -277,6 +286,15 @@ Feature: Means report | Dependants allowance | | Total deductions | + And the Dependants questions should exist: + | question | + | Does your client have any dependants? | + + And the Dependants detail questions should exist: + | Name | + | Date of birth | + | What is their relationship to your client? | + And the Caseworker review section should contain: | question | answer | | Caseworker review required? | Yes |