Revert "try to fix integration spec on travis"
This reverts commit 06d39f52ca
.
This commit is contained in:
parent
c753ae0471
commit
e9ed6f8c0f
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ describe 'product distribution', :type => :feature do
|
||||||
expect(page).to have_selector('body')
|
expect(page).to have_selector('body')
|
||||||
# gruppe a faellt ein dass sie doch noch mehr braucht von x und aendert auf 4(1).
|
# gruppe a faellt ein dass sie doch noch mehr braucht von x und aendert auf 4(1).
|
||||||
login user_a
|
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)
|
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-increase_quantity='#{oa.id}']").click }
|
||||||
2.times { find("[data-decrease_tolerance='#{oa.id}']").click }
|
2.times { find("[data-decrease_tolerance='#{oa.id}']").click }
|
||||||
|
|
Loading…
Reference in a new issue