|
|
@ -2,7 +2,7 @@ require "rails_helper" |
|
|
|
RSpec.describe "Test Features" do |
|
|
|
RSpec.describe "Test Features" do |
|
|
|
it "Displays the name of the app" do |
|
|
|
it "Displays the name of the app" do |
|
|
|
visit("/") |
|
|
|
visit("/") |
|
|
|
expect(page).to have_content("Share Lettings and Sales for Social Housing in England Data with DLUHC") |
|
|
|
expect(page).to have_content("Log social housing lettings and sales (CORE)") |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "Links to the About page" do |
|
|
|
it "Links to the About page" do |
|
|
|