Browse Source

CYA test

pull/763/head
Kat 3 years ago
parent
commit
ef4a7a6962
  1. 2
      spec/features/form/check_answers_page_spec.rb

2
spec/features/form/check_answers_page_spec.rb

@ -7,7 +7,7 @@ RSpec.describe "Form Check Answers Page" do
let(:subsection) { "household-characteristics" }
let(:conditional_subsection) { "conditional-question" }
let(:scheme) { FactoryBot.create(:scheme, owning_organisation: user.organisation) }
let(:location) { FactoryBot.create(:location, scheme:) }
let(:location) { FactoryBot.create(:location, scheme:, mobility_type: "N") }
let(:case_log) do
FactoryBot.create(

Loading…
Cancel
Save