From e9ed6f8c0f2544c77a7c9404ed16d53301f6c387 Mon Sep 17 00:00:00 2001 From: wvengen Date: Thu, 25 Jul 2013 01:25:08 +0200 Subject: [PATCH] Revert "try to fix integration spec on travis" This reverts commit 06d39f52ca0239de04adb0955e43bc3bd59a2dc2. --- spec/integration/product_distribution_example_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/integration/product_distribution_example_spec.rb b/spec/integration/product_distribution_example_spec.rb index ce0cee83..4190bd87 100644 --- a/spec/integration/product_distribution_example_spec.rb +++ b/spec/integration/product_distribution_example_spec.rb @@ -26,7 +26,6 @@ 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 }