Browse Source

Fix test

pull/421/head
Kat 3 years ago
parent
commit
8ab978e6a9
  1. 2
      spec/models/form/question_spec.rb

2
spec/models/form/question_spec.rb

@ -211,7 +211,7 @@ RSpec.describe Form::Question, type: :model do
let(:section_id) { "tenancy_and_property" }
let(:subsection_id) { "property_information" }
let(:page_id) { "property_postcode" }
let(:case_log) { FactoryBot.build(:case_log, :in_progress, postcode_known: 0, property_postcode: nil) }
let(:case_log) { FactoryBot.build(:case_log, :in_progress, postcode_known: 0, postcode_full: nil) }
let(:question_id) { "property_postcode" }
it "displays 'change' in the check answers link text" do

Loading…
Cancel
Save