Improve text in group page

This commit is contained in:
Alberto
2020-05-04 12:44:18 +02:00
committed by Javi Martín
parent 49b4061990
commit bc165eeda5
4 changed files with 6 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ describe "Admin budget groups", :admin do
visit budget_group_path(budget, id: "old-english-name")
expect(page).to have_content "Select an option"
expect(page).to have_content "Select a heading"
visit edit_admin_budget_group_path(budget, group)
@@ -173,7 +173,7 @@ describe "Admin budget groups", :admin do
visit budget_group_path(budget, id: "new-english-name")
expect(page).to have_content "Select an option"
expect(page).to have_content "Select a heading"
end
end