mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user