fixes specs

This commit is contained in:
rgarcia
2017-01-09 14:10:07 +01:00
parent 19a79801d3
commit cc891b4f30
2 changed files with 7 additions and 4 deletions

View File

@@ -9,6 +9,9 @@
verify: link_to(t("budgets.investments.index.sidebar.verify_account"), verification_path)).html_safe %> verify: link_to(t("budgets.investments.index.sidebar.verify_account"), verification_path)).html_safe %>
</div> </div>
<% end %> <% end %>
<% end %>
<% if @budget.accepting? %>
<%= render "shared/tag_cloud", taggable: 'budget/investment' %> <%= render "shared/tag_cloud", taggable: 'budget/investment' %>
<%= render 'categories' %> <%= render 'categories' %>
<% end %> <% end %>

View File

@@ -57,7 +57,7 @@ feature 'Tags' do
fill_in 'budget_investment_tag_list', with: 'Economía, Hacienda' fill_in 'budget_investment_tag_list', with: 'Economía, Hacienda'
click_button 'Create' click_button 'Create Investment'
expect(page).to have_content 'Investment created successfully.' expect(page).to have_content 'Investment created successfully.'
expect(page).to have_content 'Economía' expect(page).to have_content 'Economía'
@@ -78,7 +78,7 @@ feature 'Tags' do
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' click_button 'Create Investment'
expect(page).to have_content 'Investment created successfully.' expect(page).to have_content 'Investment created successfully.'
@@ -100,7 +100,7 @@ feature 'Tags' do
fill_in 'budget_investment_tag_list', with: "Impuestos, Economía, Hacienda, Sanidad, Educación, Política, Igualdad" fill_in 'budget_investment_tag_list', with: "Impuestos, Economía, Hacienda, Sanidad, Educación, Política, Igualdad"
click_button 'Create' click_button 'Create Investment'
expect(page).to have_content error_message expect(page).to have_content error_message
expect(page).to have_content 'tags must be less than or equal to 6' expect(page).to have_content 'tags must be less than or equal to 6'
@@ -118,7 +118,7 @@ feature 'Tags' do
fill_in 'budget_investment_tag_list', with: 'user_id=1, &a=3, <script>alert("hey");</script>' fill_in 'budget_investment_tag_list', with: 'user_id=1, &a=3, <script>alert("hey");</script>'
click_button 'Create' click_button 'Create Investment'
expect(page).to have_content 'Investment created successfully.' expect(page).to have_content 'Investment created successfully.'
expect(page).to have_content 'user_id1' expect(page).to have_content 'user_id1'