Cleanup the submission form, fix reset button
This commit is contained in:
parent
df0aa087fb
commit
e810fd442f
5 changed files with 6 additions and 7 deletions
|
|
@ -206,7 +206,7 @@ feature Event do
|
|||
fill_in 'event_submission_text', with: 'Lorem ipsum example submission text'
|
||||
|
||||
accept_confirm do
|
||||
click_button 'Reset to Template'
|
||||
click_button 'Reset Submission to Template'
|
||||
end
|
||||
|
||||
expect(page.find('#event_submission_text').value).to eq(event_type.submisson_instructions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue