From cccb7bdd492649310fe40ed1d809e7a1f7e78a48 Mon Sep 17 00:00:00 2001 From: "[The-Noble-K]" Date: Sun, 7 Aug 2022 15:34:49 -0400 Subject: [PATCH] updated search results test and added data-test attributes --- site/components/product/ProductCard/ProductCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/components/product/ProductCard/ProductCard.tsx b/site/components/product/ProductCard/ProductCard.tsx index c70461f6c..ca8c92482 100644 --- a/site/components/product/ProductCard/ProductCard.tsx +++ b/site/components/product/ProductCard/ProductCard.tsx @@ -71,11 +71,11 @@ const ProductCard: FC = ({ /> )} {!noNameTag && ( -
+

- {product.name} + {product.name}

-
+
{`${price} ${product.price?.currencyCode}`}