Browse Source

Update model test

pull/2582/head
Kat 2 years ago
parent
commit
8eb3ca2eea
  1. 2
      spec/models/form/sales/pages/purchase_price_outright_ownership_spec.rb

2
spec/models/form/sales/pages/purchase_price_outright_ownership_spec.rb

@ -20,7 +20,7 @@ RSpec.describe Form::Sales::Pages::PurchasePriceOutrightOwnership, type: :model
end
it "has the correct header" do
expect(page.header).to be_nil
expect(page.header).to eq("About the price of the property")
end
it "has the correct description" do

Loading…
Cancel
Save