Consistently use "Submit Proposal" wording
This commit is contained in:
parent
5629deeff9
commit
dbc0b80aa4
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue