Add a submission instructions columns
This commit is contained in:
parent
4900f0c14a
commit
3d99661d02
13 changed files with 19 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ feature EventType do
|
|||
|
||||
fill_in 'event_type_title', with: 'Party'
|
||||
fill_in 'event_type_length', with: '240'
|
||||
fill_in 'event_type_description', with: '### This is a description'
|
||||
fill_in 'event_type_minimum_abstract_length', with: '0'
|
||||
fill_in 'event_type_maximum_abstract_length', with: '13042'
|
||||
page.find('#event_type_color').set('#e4e4e4')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue