From 4205473735ebc18f5c7c1dec275e2f187f8546c0 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:27:08 +0000 Subject: [PATCH] lint --- spec/features/home_page_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/home_page_spec.rb b/spec/features/home_page_spec.rb index e5117b558..0871f715d 100644 --- a/spec/features/home_page_spec.rb +++ b/spec/features/home_page_spec.rb @@ -78,7 +78,6 @@ RSpec.describe "Home Page Features" do scenario "displays correct text for quarters" do Timecop.freeze(Time.zone.local(next_collection_year, 4, 1)) do visit root_path - save_and_open_page find("span.govuk-details__summary-text", text: "Quarterly cut-off dates for 2025 to 2026").click expect(page).to have_content("Q1 - Friday 11 July 2025") expect(page).to have_content("Q2 - Friday 10 October 2025")