diff --git a/spec/shared/features/nested_documentable.rb b/spec/shared/features/nested_documentable.rb index d03841d36..49f7b4120 100644 --- a/spec/shared/features/nested_documentable.rb +++ b/spec/shared/features/nested_documentable.rb @@ -250,7 +250,7 @@ def attach_new_file(documentable_factory_name, index, path) end def fill_new_valid_proposal - fill_in :proposal_title, with: "Proposal title" + 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