Browse Source

CLDC-4241: revert test change

pull/3193/head
Nat Dean-Lewis 3 weeks ago
parent
commit
a199d46f97
  1. 2
      spec/features/form/page_routing_spec.rb

2
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

Loading…
Cancel
Save