From e14dad157505593ced136fb3c15e08f025e403ac Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 1 Mar 2022 10:19:33 +0100 Subject: [PATCH] Update test on payment step --- spec/system/consumer/split_checkout_spec.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spec/system/consumer/split_checkout_spec.rb b/spec/system/consumer/split_checkout_spec.rb index bd9af52961..6cd0d45e56 100644 --- a/spec/system/consumer/split_checkout_spec.rb +++ b/spec/system/consumer/split_checkout_spec.rb @@ -154,11 +154,7 @@ describe "As a consumer, I want to checkout my order", js: true do expect(page).to have_current_path("/checkout/payment") end - context "when I have an out of stock product in my cart" do - pending("awaiting closure bug #8940") do - it_behaves_like "when I have an out of stock product in my cart" - end - end + it_behaves_like "when I have an out of stock product in my cart" end end