Merge branch 'legislation-module-stable' into add-url-helpers-for-legislation-again

This commit is contained in:
Amaia Castro
2017-01-21 21:52:44 +01:00

View File

@@ -517,7 +517,7 @@ feature 'Ballots' do
add_to_ballot(bi1) add_to_ballot(bi1)
within("#budget_investment_#{bi2.id}") do within("#budget_investment_#{bi2.id}") do
find("div.ballot").hover find("div.ballot").trigger("mouseover")
expect(page).to have_content('Price is higher than the available amount left') expect(page).to have_content('Price is higher than the available amount left')
expect(page).to have_selector('.in-favor a', visible: false) expect(page).to have_selector('.in-favor a', visible: false)
end end
@@ -594,4 +594,4 @@ feature 'Ballots' do
end end
end end
end end
end end