removes budget steps on header
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user