From ba03d2eb640040b9578789aa2066b2f2e66cc1fb Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:48:56 +0100 Subject: [PATCH] Remove check answer label test --- spec/features/lettings_log_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/lettings_log_spec.rb b/spec/features/lettings_log_spec.rb index 218850992..5f901682a 100644 --- a/spec/features/lettings_log_spec.rb +++ b/spec/features/lettings_log_spec.rb @@ -262,7 +262,6 @@ RSpec.describe "Lettings Log Features" do click_button("Save and continue") log_id = page.current_path.scan(/\d/).join visit("lettings-logs/#{log_id}/setup/check-answers") - expect(page).to have_content("Stock owner User org", normalize_ws: true) expect(page).to have_content("You have answered 2 of 8 questions") end end