Browse Source

failing test for having service and location tabs on the show page

pull/662/head
JG 3 years ago
parent
commit
b3a4599853
  1. 5
      spec/features/schemes_spec.rb

5
spec/features/schemes_spec.rb

@ -128,6 +128,11 @@ RSpec.describe "Supported housing scheme Features" do
expect(page).to have_content(schemes.first.support_type_display)
expect(page).to have_content(schemes.first.intended_stay_display)
end
it "shows service and locations tab" do
expect(page).to have_content("Service")
expect(page).to have_content("locations")
end
end
end
end

Loading…
Cancel
Save