From d8c5bda0056bafd10357f9ccc7abc4aa5a0ee6cd Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 22 Aug 2022 12:06:37 +0100 Subject: [PATCH] update json form fixture --- spec/fixtures/forms/2021_2022.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/fixtures/forms/2021_2022.json b/spec/fixtures/forms/2021_2022.json index 8d3508989..99b4d8713 100644 --- a/spec/fixtures/forms/2021_2022.json +++ b/spec/fixtures/forms/2021_2022.json @@ -159,6 +159,7 @@ } }, "age2": { + "check_answers_card_number": 2, "check_answer_label": "Person 2’s age", "header": "Do you know person 2’s age?", "type": "numeric", @@ -168,6 +169,7 @@ "width": 2 }, "sex2": { + "check_answers_card_number": 2, "check_answer_label": "Person 2’s gender identity", "header": "Which of these best describes person 2’s gender identity?", "type": "radio", @@ -388,6 +390,9 @@ "depends_on": [ { "illness": 1 + }, + { + "illness": 100 } ] }