removes budget steps on header

This commit is contained in:
decabeza
2018-01-19 13:29:04 +01:00
committed by Bertocq
parent 17671fa29b
commit f722caac24
3 changed files with 3 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ feature 'Budgets' do
within("#budget_heading") do
expect(page).to have_content(last_budget.name)
expect(page).to have_content(last_budget.description)
expect(page).to have_content("Actual phase (1/8)")
expect(page).to have_content("Actual phase")
expect(page).to have_content("Accepting projects")
expect(page).to have_link 'Help about participatory budgets'
expect(page).to have_link 'See all phases'
@@ -29,7 +29,7 @@ feature 'Budgets' do
visit budgets_path
within("#budget_heading") do
expect(page).to have_content("Actual phase (5/8)")
expect(page).to have_content("Actual phase")
end
within('#budget_info') do