Update test on payment step

This commit is contained in:
Jean-Baptiste Bellet
2022-03-01 10:19:33 +01:00
parent 2976b0717c
commit e14dad1575

View File

@@ -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