Merge pull request #8990 from jibees/8984-sc-test-failed

SplitCheckout: improve test that failed
This commit is contained in:
jibees
2022-03-14 09:03:26 +01:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ describe "As a consumer, I want to checkout my order", js: true do
add_enterprise_fee enterprise_fee
set_order order
distributor.shipping_methods = [free_shipping_with_required_address, free_shipping, shipping_with_fee, free_shipping_without_required_address]
distributor.shipping_methods.push(free_shipping_with_required_address, free_shipping, shipping_with_fee, free_shipping_without_required_address)
end
context "guest checkout when distributor doesn't allow guest orders" do