Add phases step to budget creation

This commit is contained in:
Julian Herrero
2020-03-23 19:04:38 +07:00
committed by Javi Martín
parent 9421f1673a
commit eb77d09425
20 changed files with 189 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ describe "Admin budget phases" do
within("tr", text: "Accepting projects") { click_link "Edit phase" }
end
expect(page).to have_css "h2", exact_text: "Edit Participatory budget - Accepting projects"
expect(page).to have_css "h2", exact_text: "Edit phase - Accepting projects"
fill_in "Name", with: "My phase custom name"
click_button "Save changes"