Browse Source

lint fixes

pull/833/head
Dushan Despotovic 3 years ago
parent
commit
f31de7fc5f
  1. 2
      spec/features/form/check_answers_page_spec.rb

2
spec/features/form/check_answers_page_spec.rb

@ -144,7 +144,7 @@ RSpec.describe "Form Check Answers Page" do
assert_selector ".x-govuk-summary-card__title", text: "Lead tenant", count: 1 assert_selector ".x-govuk-summary-card__title", text: "Lead tenant", count: 1
assert_selector ".x-govuk-summary-card__title", text: "Person 2", count: 1 assert_selector ".x-govuk-summary-card__title", text: "Person 2", count: 1
end end
end end
context "when viewing setup section answers" do context "when viewing setup section answers" do
before do before do

Loading…
Cancel
Save