Remove all references to question and external_url fields

This commit is contained in:
decabeza
2019-04-30 16:42:07 +02:00
parent 4648906591
commit f40787561d
11 changed files with 10 additions and 64 deletions

View File

@@ -250,7 +250,6 @@ end
def fill_in_proposal_form
fill_in "proposal_title", with: "Help refugees"
fill_in "proposal_question", with: "¿Would you like to give assistance to war refugees?"
fill_in "proposal_summary", with: "In summary, what we want is..."
end

View File

@@ -365,7 +365,6 @@ end
def documentable_fill_new_valid_proposal
fill_in :proposal_title, with: "Proposal title #{rand(9999)}"
fill_in :proposal_summary, with: "Proposal summary"
fill_in :proposal_question, with: "Proposal question?"
check :proposal_terms_of_service
end

View File

@@ -291,7 +291,6 @@ end
def imageable_fill_new_valid_proposal
fill_in :proposal_title, with: "Proposal title"
fill_in :proposal_summary, with: "Proposal summary"
fill_in :proposal_question, with: "Proposal question?"
check :proposal_terms_of_service
end