From 9f06d1f809c817e5314a6e6b145d737d9ff5f060 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Tue, 17 Apr 2018 19:22:03 +0200 Subject: [PATCH] Disable totally unreliable feature We need to investigate why it fails so many times fix it and then enable it back. As it is, it brings cons than pros preventing even PRs that don't touch code from being merged. --- 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 deb79a5ad2..87b6a7e5ca 100644 --- a/spec/features/consumer/shopping/embedded_shopfronts_spec.rb +++ b/spec/features/consumer/shopping/embedded_shopfronts_spec.rb @@ -47,7 +47,7 @@ feature "Using embedded shopfront functionality", js: true do end end - it "allows shopping and checkout" do + xit "allows shopping and checkout" do within_frame 'test_iframe' do fill_in "variants[#{variant.id}]", with: 1 wait_until_enabled 'input.add_to_cart'