diff --git a/spec/features/form/page_routing_spec.rb b/spec/features/form/page_routing_spec.rb index f4ac6a70d..470a2f8ed 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_link("See all related answers") + expect(page).to have_button("See all related answers") end end end