mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-22 05:18:51 +00:00
Remove test for items from previous orders looking in cart dropdown
This feature has been removed
This commit is contained in:
@@ -282,11 +282,6 @@ feature "full-page cart", js: true do
|
||||
expect(page).to have_no_content item1.variant.name
|
||||
expect(page).to have_content item2.variant.name
|
||||
|
||||
# open the dropdown cart and check there as well
|
||||
find('#cart').click
|
||||
expect(page).to have_no_content item1.variant.name
|
||||
expect(page).to have_content item2.variant.name
|
||||
|
||||
visit main_app.cart_path
|
||||
|
||||
find("td.toggle-bought").click
|
||||
|
||||
Reference in New Issue
Block a user