|
|
|
@ -13,7 +13,7 @@ RSpec.describe Form::Sales::Pages::DiscountedOwnershipType, type: :model do |
|
|
|
let(:start_date) { Time.utc(2023, 2, 8) } |
|
|
|
let(:start_date) { Time.utc(2023, 2, 8) } |
|
|
|
|
|
|
|
|
|
|
|
it "has the correct header" do |
|
|
|
it "has the correct header" do |
|
|
|
expect(page.header).to eq("Discounted ownership type") |
|
|
|
expect(page.header).to eq("Type of discounted ownership sale") |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|