From 8eb3ca2eea8493676b676917d4d5297a1d167eaf Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 14 Aug 2024 13:02:47 +0100 Subject: [PATCH] Update model test --- .../form/sales/pages/purchase_price_outright_ownership_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/form/sales/pages/purchase_price_outright_ownership_spec.rb b/spec/models/form/sales/pages/purchase_price_outright_ownership_spec.rb index 83342c9b0..1aefb1e43 100644 --- a/spec/models/form/sales/pages/purchase_price_outright_ownership_spec.rb +++ b/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