Add missing attribute to budget strong params

This commit is contained in:
Senén Rodero Rodríguez
2021-06-11 16:44:33 +02:00
parent eb733d1880
commit 7c475d4c2c
2 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ describe "Budgets wizard, first step", :admin do
click_button "Create new budget"
click_link "Create multiple headings budget"
fill_in "Name", with: "M30 - Summer campaign"
fill_in "Text on the link", with: "Participate now!"
fill_in "The link takes you to (add a link)", with: "https://consulproject.org"
fill_in "Name", with: "M30 - Summer campaign"
click_button "Continue to groups"