From 78ef1e441157aaeac29292d37dfaa3d9767be21c Mon Sep 17 00:00:00 2001 From: Rodel Calasagsag Date: Wed, 9 Jun 2021 15:55:58 +0800 Subject: [PATCH] Remove unnecessary import --- .../core-tests/specs/shopper/front-end-single-product.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js b/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js index e7107f743fe..c1e17687660 100644 --- a/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js +++ b/tests/e2e/core-tests/specs/shopper/front-end-single-product.test.js @@ -4,7 +4,6 @@ */ const { shopper, - merchant, createSimpleProduct, createVariableProduct, createGroupedProduct,