From 9d2775d54bb2da12eab5cc9e931bade12c6abd68 Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 11 Jul 2022 14:22:24 +0100 Subject: [PATCH] expecting link to a new question --- spec/features/schemes_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index cb5dd6770..8eec6f24f 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -243,6 +243,7 @@ RSpec.describe "Schemes scheme Features" do expect(page).to have_content "Which organisation manages this scheme?" expect(page).to have_content "What is this type of scheme?" expect(page).to have_content "Is this scheme registered under the Care Standards Act 2000?" + expect(page).to have_content "Who provides the support services used by this scheme?" end context "when I fill in scheme details and I press save I see primary client group section" do @@ -256,6 +257,7 @@ RSpec.describe "Schemes scheme Features" do select organisation.name, from: "scheme-managing-organisation-id-field" select organisation.name, from: "scheme-owning-organisation-id-field" click_button "Save and continue" + choose "The same organisation that owns the housing stock" end it "lets me fill in the scheme details" do