Browse Source

update test json

pull/190/head
Kat 3 years ago
parent
commit
7163a3de96
  1. 9
      spec/fixtures/forms/2021_2022.json

9
spec/fixtures/forms/2021_2022.json vendored

@ -251,7 +251,12 @@
"header": "",
"hint_text": "",
"type": "text",
"width": 5
"width": 5,
"inferred_answers": { "la": { "is_la_inferred": true } },
"inferred_check_answers_value": {
"condition": { "postcode_known": "No" },
"value": "Not known"
}
}
}
},
@ -600,7 +605,7 @@
"hint_text": "If the household has moved from settled accommodation immediately prior to being re-housed",
"type": "text",
"width": 5,
"conditional_for": { "faake_key": "fake_condition" }
"conditional_for": { "fake_key": "fake_condition" }
},
"previous_postcode": {
"check_answer_label": "Postcode of previous accomodation if the household has moved from settled accommodation",

Loading…
Cancel
Save