Increase admin budget spec feature to check Budget Heading creation allows to set population value

This commit is contained in:
Bertocq
2017-06-21 20:21:32 +02:00
parent 6d941f8b52
commit 51f8975654

View File

@@ -156,6 +156,7 @@ feature 'Admin budgets' do
fill_in 'budget_heading_name', with: 'District 9 reconstruction'
fill_in 'budget_heading_price', with: '6785'
fill_in 'budget_heading_population', with: '100500'
click_button 'Save heading'
end
@@ -167,6 +168,7 @@ feature 'Admin budgets' do
expect(page).to have_content 'District 9 reconstruction'
expect(page).to have_content '6785'
expect(page).to have_content '100500'
end
end