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.
This commit is contained in:
Pau Perez
2018-04-17 19:22:03 +02:00
parent 1abfe2ab8c
commit 9f06d1f809

View File

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