Browse Source

Update test

CLDC-3787-Autocomplete-address-search
Manny Dinssa 2 weeks ago
parent
commit
5ac7950a5e
  1. 3
      spec/models/form/lettings/subsections/property_information_spec.rb

3
spec/models/form/lettings/subsections/property_information_spec.rb

@ -29,7 +29,8 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
it "has correct pages" do it "has correct pages" do
expect(property_information.pages.map(&:id)).to eq( expect(property_information.pages.map(&:id)).to eq(
%w[ %w[
address_search uprn
uprn_confirmation
address address
property_local_authority property_local_authority
local_authority_rent_value_check local_authority_rent_value_check

Loading…
Cancel
Save