Remove all references to question and external_url fields
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user