Remove unnecesary spacing on spec
This commit is contained in:
@@ -112,7 +112,7 @@ feature 'Tags' do
|
|||||||
select heading.name, from: 'budget_investment_heading_id'
|
select heading.name, from: 'budget_investment_heading_id'
|
||||||
fill_in 'budget_investment_title', with: 'Build a skyscraper'
|
fill_in 'budget_investment_title', with: 'Build a skyscraper'
|
||||||
fill_in_ckeditor 'budget_investment_description', with: 'If I had a gym near my place I could go do Zumba'
|
fill_in_ckeditor 'budget_investment_description', with: 'If I had a gym near my place I could go do Zumba'
|
||||||
check 'budget_investment_terms_of_service'
|
check 'budget_investment_terms_of_service'
|
||||||
|
|
||||||
find('.js-add-tag-link', text: 'Education').click
|
find('.js-add-tag-link', text: 'Education').click
|
||||||
click_button 'Create Investment'
|
click_button 'Create Investment'
|
||||||
@@ -137,7 +137,7 @@ feature 'Tags' do
|
|||||||
select heading.name, from: 'budget_investment_heading_id'
|
select heading.name, from: 'budget_investment_heading_id'
|
||||||
fill_in 'budget_investment_title', with: 'Build a skyscraper'
|
fill_in 'budget_investment_title', with: 'Build a skyscraper'
|
||||||
fill_in_ckeditor 'budget_investment_description', with: 'If I had a gym near my place I could go do Zumba'
|
fill_in_ckeditor 'budget_investment_description', with: 'If I had a gym near my place I could go do Zumba'
|
||||||
check 'budget_investment_terms_of_service'
|
check 'budget_investment_terms_of_service'
|
||||||
|
|
||||||
find('.js-add-tag-link', text: 'Education').click
|
find('.js-add-tag-link', text: 'Education').click
|
||||||
click_button 'Create Investment'
|
click_button 'Create Investment'
|
||||||
|
|||||||
Reference in New Issue
Block a user