adds explicit id

This commit is contained in:
Juanjo Bazán
2017-05-08 20:03:22 +02:00
parent f09f7823f6
commit c14a604618

View File

@@ -297,7 +297,7 @@ feature 'Ballots' do
expect(page).to_not have_css "#progressbar"
expect(page).to have_content "You have active votes in another heading:"
expect(page).to have_link california.name, href: budget_investments_path(budget, heading_id: california)
expect(page).to have_link california.name, href: budget_investments_path(budget, heading_id: california.id)
end
end