Browse Source

correct expectation

pull/656/head
JG 3 years ago
parent
commit
90053122ce
  1. 2
      spec/features/schemes_spec.rb

2
spec/features/schemes_spec.rb

@ -119,7 +119,7 @@ RSpec.describe "Supported housing scheme Features" do
it "shows me details about the selected scheme" do
expect(page).to have_content(schemes.first.code)
expect(page).to have_content(schemes.first.service_name)
expect(page).to have_content(schemes.first.sensitive)
expect(page).to have_content(schemes.first.sensitive_display)
expect(page).to have_content(schemes.first.scheme_type_display)
expect(page).to have_content(schemes.first.registered_under_care_act_display)
expect(page).to have_content(schemes.first.total_units)

Loading…
Cancel
Save