Fix typo in spec

This commit is contained in:
Michael Ball 2021-03-23 12:33:41 -07:00
parent 586c6dff29
commit 76df9c9782

View file

@ -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