|
|
@ -29,8 +29,7 @@ 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[ |
|
|
|
uprn |
|
|
|
address_search |
|
|
|
uprn_confirmation |
|
|
|
|
|
|
|
address |
|
|
|
address |
|
|
|
property_local_authority |
|
|
|
property_local_authority |
|
|
|
local_authority_rent_value_check |
|
|
|
local_authority_rent_value_check |
|
|
@ -64,12 +63,7 @@ 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[ |
|
|
|
uprn |
|
|
|
|
|
|
|
uprn_confirmation |
|
|
|
|
|
|
|
address_search |
|
|
|
address_search |
|
|
|
address_matcher |
|
|
|
|
|
|
|
no_address_found |
|
|
|
|
|
|
|
uprn_selection |
|
|
|
|
|
|
|
address |
|
|
|
address |
|
|
|
property_local_authority |
|
|
|
property_local_authority |
|
|
|
local_authority_rent_value_check |
|
|
|
local_authority_rent_value_check |
|
|
@ -102,12 +96,7 @@ 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[ |
|
|
|
uprn |
|
|
|
|
|
|
|
uprn_confirmation |
|
|
|
|
|
|
|
address_search |
|
|
|
address_search |
|
|
|
address_matcher |
|
|
|
|
|
|
|
no_address_found |
|
|
|
|
|
|
|
uprn_selection |
|
|
|
|
|
|
|
address |
|
|
|
address |
|
|
|
property_local_authority |
|
|
|
property_local_authority |
|
|
|
local_authority_rent_value_check |
|
|
|
local_authority_rent_value_check |
|
|
|