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:
Maikel Linke
2018-08-17 17:00:15 +10:00
parent c9862535f8
commit 7dccbb5213

View File

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