Browse Source

included check for owning org field

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

3
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_current_path("/schemes/new")
expect(page).to have_content "Scheme name" expect(page).to have_content "Scheme name"
expect(page).to have_content "This scheme contains confidential information" 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 "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 "Is this scheme registered under the Care Standards Act 2000?"
expect(page).to have_content "Total number of units" expect(page).to have_content "Total number of units"

Loading…
Cancel
Save