From 26835350ef836a7a4ebff1d6333b4346a49912ed Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Tue, 24 Feb 2026 11:46:45 +0000 Subject: [PATCH] CLDC-4241: update page routing spec --- spec/features/form/page_routing_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/form/page_routing_spec.rb b/spec/features/form/page_routing_spec.rb index 470a2f8ed..f4ac6a70d 100644 --- a/spec/features/form/page_routing_spec.rb +++ b/spec/features/form/page_routing_spec.rb @@ -285,7 +285,7 @@ RSpec.describe "Form Page Routing" do click_button("Save and continue") expect(page).to have_current_path("/lettings-logs/#{id}/income-amount") - expect(page).to have_button("See all related answers") + expect(page).to have_link("See all related answers") end end end