Browse Source

expanded on feature seeing more fields to fill in 2nd page

pull/671/head
JG 3 years ago
parent
commit
d1a43a5a9c
  1. 10
      spec/features/schemes_spec.rb

10
spec/features/schemes_spec.rb

@ -241,6 +241,16 @@ RSpec.describe "Schemes scheme Features" do
expect(page).to have_content "Is this scheme registered under the Care Standards Act 2000?"
expect(page).to have_content "Total number of units"
end
context "when I press save I see primary client group section" do
before do
click_button "Save and continue"
end
it "lets me fill in the scheme details" do
expect(page).to have_content "What client group is this scheme intended for?"
end
end
end
end
end

Loading…
Cancel
Save