From 7dccbb5213ff1c3ef9df91bdf28b77f4b0912ae3 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 17 Aug 2018 17:00:15 +1000 Subject: [PATCH] Enable embedded shopping spec It was disabled in https://github.com/openfoodfoundation/openfoodnetwork/pull/2232, because it was very unreliable. But it seems stable again since https://github.com/openfoodfoundation/openfoodnetwork/pull/2468. --- spec/features/consumer/shopping/embedded_shopfronts_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/shopping/embedded_shopfronts_spec.rb b/spec/features/consumer/shopping/embedded_shopfronts_spec.rb index 2476bdabd9..39a79aba2e 100644 --- a/spec/features/consumer/shopping/embedded_shopfronts_spec.rb +++ b/spec/features/consumer/shopping/embedded_shopfronts_spec.rb @@ -43,7 +43,7 @@ feature "Using embedded shopfront functionality", js: true do end end - xit "allows shopping and checkout" do + it "allows shopping and checkout" do on_embedded_page do fill_in "variants[#{variant.id}]", with: 1 wait_until_enabled 'input.add_to_cart'