diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index 8e8cfbd1f..7a699fd33 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -107,6 +107,7 @@ RSpec.describe "Supported housing scheme Features" do it "shows list of links to schemes" do schemes.each do |scheme| expect(page).to have_link(scheme.service_name) + expect(page).to have_content(scheme.primary_client_group) end end end