@ -532,6 +532,18 @@
}
},
"why_dont_you_know_la": {
"header": "",
"description": "",
"questions": {
"check_answer_label": "Reason for not knowing local authority",
"header": "Give a reason why you don’t know the postcode or local authority",
"hint_text": "",
"type": "textarea"
"property_postcode": {
@ -15,7 +15,7 @@ RSpec.describe FormHandler do
form_handler = FormHandler.instance
form = form_handler.get_form("test_form")
expect(form).to be_a(Form)
expect(form.pages.count).to eq(24)
expect(form.pages.count).to eq(25)
end