Fix typo in spec
This commit is contained in:
parent
586c6dff29
commit
76df9c9782
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ feature Event do
|
|||
scenario 'can reset to text template', feature: true, js: true do
|
||||
event_type = conference.program.event_types[-1]
|
||||
event_type.description = 'Example event description'
|
||||
event_type.submisson_instructions = '## Fill Me In!'
|
||||
event_type.submission_instructions = '## Fill Me In!'
|
||||
event_type.save!
|
||||
|
||||
sign_in participant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue