mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
Update shopping spec to fix CI error
This commit is contained in:
committed by
Matt-Yorkley
parent
5864e2d36e
commit
894a11c9c1
@@ -187,6 +187,7 @@ feature "As a consumer I want to shop with a distributor", js: true do
|
||||
select "frogs", from: "order_cycle_id"
|
||||
expect(page).to have_selector("product", count: 10)
|
||||
scroll_to(page.find(".product-listing"), align: :bottom)
|
||||
expect(page).to_not have_content "Loading..."
|
||||
expect(page).to have_selector("product", count: 20)
|
||||
|
||||
scroll_to(page.find("distributor"))
|
||||
|
||||
Reference in New Issue
Block a user