Consistently use "Submit Proposal" wording

This commit is contained in:
Michael Ball 2021-02-23 22:19:26 -08:00
parent 5629deeff9
commit dbc0b80aa4
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@
%p.text-right %p.text-right
- if @event.new_record? - if @event.new_record?
= f.submit 'Create Proposal', class: 'btn btn-success' = f.submit 'Submit Proposal', class: 'btn btn-success'
- else - else
= f.submit 'Update Proposal', class: 'btn btn-success' = f.submit 'Update Proposal', class: 'btn btn-success'

View file

@ -182,7 +182,7 @@ feature 'Version' do
fill_in 'event_title', with: 'ABC' fill_in 'event_title', with: 'ABC'
fill_in 'event_abstract', with: 'Lorem ipsum abstract' fill_in 'event_abstract', with: 'Lorem ipsum abstract'
select('Talk - 30 min', from: 'event[event_type_id]') select('Talk - 30 min', from: 'event[event_type_id]')
click_button 'Create Proposal' click_button 'Submit Proposal'
click_link 'Edit' click_link 'Edit'
fill_in 'event_subtitle', with: 'My event subtitle' fill_in 'event_subtitle', with: 'My event subtitle'