Browse Source

CLDC-1507: test amended to include new header.

pull/1699/head
Aaron Spencer 3 years ago
parent
commit
8a1076d011
  1. 2
      spec/models/form/lettings/pages/rent_type_spec.rb

2
spec/models/form/lettings/pages/rent_type_spec.rb

@ -20,7 +20,7 @@ RSpec.describe Form::Lettings::Pages::RentType, type: :model do
end end
it "has the correct header" do it "has the correct header" do
expect(page.header).to be_nil expect(page.header).to eq("Rent Type")
end end
it "has the correct description" do it "has the correct description" do

Loading…
Cancel
Save