Fully test proposal help text

Covers:

  - initial form of new proposal
  - changed form of new proposal
  - initial form of existing proposal
  - changed form of existing proposal
This commit is contained in:
Andrew Kvalheim 2023-05-30 17:59:06 -07:00
parent bd937534d3
commit a67f32819f
2 changed files with 25 additions and 2 deletions

View file

@ -8,7 +8,7 @@ FactoryBot.define do
length { 30 }
description { 'This event type is an example.' }
minimum_abstract_length { 0 }
maximum_abstract_length { 500 }
maximum_abstract_length { 123 }
color { '#ffffff' }
program
end