|
|
@ -230,7 +230,7 @@ RSpec.describe "Sales Log Features" do |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
context "when displaying the question number in the page header" do |
|
|
|
context "when displaying the question number in the page header" do |
|
|
|
let(:sales_log) { FactoryBot.create(:sales_log, :shared_ownership_setup_complete, jointpur: 2, owning_organisation: user.organisation, assigned_to: user) } |
|
|
|
let(:sales_log) { FactoryBot.create(:sales_log, :shared_ownership_setup_complete, jointpur: 2, owning_organisation: user.organisation, assigned_to: user) } |
|
|
|
|
|
|
|
|
|
|
|
context "when visiting the address page" do |
|
|
|
context "when visiting the address page" do |
|
|
|
before do |
|
|
|
before do |
|
|
@ -251,7 +251,6 @@ RSpec.describe "Sales Log Features" do |
|
|
|
expect(page).to have_content(/Shared ownership scheme\s*About the staircasing transaction/) |
|
|
|
expect(page).to have_content(/Shared ownership scheme\s*About the staircasing transaction/) |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
@ -863,5 +862,4 @@ RSpec.describe "Sales Log Features" do |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|