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

@@ -7,12 +7,12 @@ describe "Budget Groups" do
context "Load" do
scenario "finds group using budget slug and group slug" do
visit budget_group_path("budget_slug", "group_slug")
expect(page).to have_content "Select an option"
expect(page).to have_content "Select a heading"
end
scenario "finds group using budget id and group id" do
visit budget_group_path(budget, group)
expect(page).to have_content "Select an option"
expect(page).to have_content "Select a heading"
end
end