Remove test for items from previous orders looking in cart dropdown

This feature has been removed
This commit is contained in:
Matt-Yorkley
2020-06-12 13:29:14 +02:00
parent a6edc1c973
commit 5a480439ca

View File

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