mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user