From d4ccb2516531cfaa3817bc3c7db8d8b39e67fb10 Mon Sep 17 00:00:00 2001 From: JG Date: Wed, 29 Jun 2022 11:26:29 +0100 Subject: [PATCH] included check for owning org field --- spec/features/schemes_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index d740b2213..02a5627d0 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -240,7 +240,8 @@ RSpec.describe "Schemes scheme Features" do expect(page).to have_current_path("/schemes/new") expect(page).to have_content "Scheme name" expect(page).to have_content "This scheme contains confidential information" - expect(page).to have_content "Which organisation manages this scheme" + expect(page).to have_content "Which organisation owns the housing stock for this scheme?" + 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 "Total number of units"