From 75430968a4389618dff4c77541b1e6d1cf273c7f Mon Sep 17 00:00:00 2001 From: Summer Cook Date: Thu, 9 Mar 2023 13:51:12 -0500 Subject: [PATCH 1/2] add another data cy for testing itemloading component --- src/compounds/Item/ItemLoading.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compounds/Item/ItemLoading.jsx b/src/compounds/Item/ItemLoading.jsx index 2aaa4f35..0377e806 100644 --- a/src/compounds/Item/ItemLoading.jsx +++ b/src/compounds/Item/ItemLoading.jsx @@ -4,7 +4,7 @@ import { Card, Placeholder } from 'react-bootstrap' import './item.scss' const CardBodyLoading = ({ withButtonLink }) => ( - + From 22d99e2898009633c73336a539312f8e09795e6f Mon Sep 17 00:00:00 2001 From: Summer Cook Date: Fri, 10 Mar 2023 10:37:40 -0500 Subject: [PATCH 2/2] add data-cy --- src/compounds/Item/Item.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compounds/Item/Item.jsx b/src/compounds/Item/Item.jsx index 9b122c38..f10f10a3 100644 --- a/src/compounds/Item/Item.jsx +++ b/src/compounds/Item/Item.jsx @@ -29,7 +29,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit if (withTitleLink || withButtonLink) link = titleLink || buttonLink || href return ( - + {orientation === 'horizontal' ? (