From 3e24f824b7846e871c0fbcdf2e71a30b11bfb88a Mon Sep 17 00:00:00 2001 From: Dushan Despotovic Date: Fri, 19 Aug 2022 09:23:11 +0100 Subject: [PATCH] update spec description --- spec/features/form/check_answers_page_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/form/check_answers_page_spec.rb b/spec/features/form/check_answers_page_spec.rb index 5f240801e..3ba4e28ab 100644 --- a/spec/features/form/check_answers_page_spec.rb +++ b/spec/features/form/check_answers_page_spec.rb @@ -133,7 +133,7 @@ RSpec.describe "Form Check Answers Page" do end end - it "has no summary cards if the subsection is not household characteristics" do + it "does not group questions into summary cards if the questions in the subsection don't have a check_answers_card_number attribute" do visit("/logs/#{completed_case_log.id}/household-needs/check-answers") assert_selector ".x-govuk-summary-card__title", count: 0 end