From ad130359a6dea23a473cc7ee8f4570558a2b0322 Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Mon, 28 Feb 2022 15:03:50 +0000 Subject: [PATCH] spec form changes (to allow tests to run) --- spec/fixtures/forms/2021_2022.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/spec/fixtures/forms/2021_2022.json b/spec/fixtures/forms/2021_2022.json index f7a232724..bd4a49ee5 100644 --- a/spec/fixtures/forms/2021_2022.json +++ b/spec/fixtures/forms/2021_2022.json @@ -485,13 +485,22 @@ } } } - }, - "soft_validations": { - "override_net_income_validation": { - "check_answer_label": "Net income confirmed?", - "type": "validation_override", + } + }, + "net_income_value_check": { + "questions": { + "net_income_value_check": { + "check_answer_label": "Net income soft validation", + "hidden_in_check_answers": true, + "header": "The net income you have provided dalls outside of the expected range, is the value correct?", + "type": "radio", "answer_options": { - "override_net_income_validation": "Yes" + "0": { + "value":"Yes" + }, + "1": { + "value":"No" + } } } }