try to fix integration spec on travis

This commit is contained in:
wvengen 2013-07-25 00:35:42 +02:00
parent 1e986e704a
commit 06d39f52ca
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ describe 'product distribution', :type => :feature do
expect(page).to have_selector('body')
# gruppe a faellt ein dass sie doch noch mehr braucht von x und aendert auf 4(1).
login user_a
order.reload # to make sure all group_order changes are included
visit edit_group_order_path(order.group_order(user_a.ordergroup), :order_id => order.id)
2.times { find("[data-increase_quantity='#{oa.id}']").click }
2.times { find("[data-decrease_tolerance='#{oa.id}']").click }