From 5de5900f4302618b3596877081fa4b3eebec6162 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 24 Apr 2023 09:10:22 +0100 Subject: [PATCH] test: update --- .../sales/subsections/property_information_spec.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/spec/models/form/sales/subsections/property_information_spec.rb b/spec/models/form/sales/subsections/property_information_spec.rb index 9f5d47428..a916ceec1 100644 --- a/spec/models/form/sales/subsections/property_information_spec.rb +++ b/spec/models/form/sales/subsections/property_information_spec.rb @@ -44,13 +44,6 @@ RSpec.describe Form::Sales::Subsections::PropertyInformation, type: :model do it "has correct pages" do expect(property_information.pages.map(&:id)).to eq( %w[ - uprn - uprn_confirmation - address - property_local_authority - local_authority_buyer_1_income_max_value_check - local_authority_buyer_2_income_max_value_check - local_authority_combined_income_max_value_check property_number_of_bedrooms about_price_bedrooms_value_check property_unit_type @@ -61,6 +54,9 @@ RSpec.describe Form::Sales::Subsections::PropertyInformation, type: :model do uprn_confirmation address property_local_authority + local_authority_buyer_1_income_max_value_check + local_authority_buyer_2_income_max_value_check + local_authority_combined_income_max_value_check about_price_la_value_check property_wheelchair_accessible ],