Skip to content

Commit 7543096

Browse files
committed
add another data cy for testing itemloading component
1 parent 837da74 commit 7543096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Item/ItemLoading.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Card, Placeholder } from 'react-bootstrap'
44
import './item.scss'
55

66
const CardBodyLoading = ({ withButtonLink }) => (
7-
<Card.Body className={withButtonLink && 'd-flex flex-column'}>
7+
<Card.Body className={withButtonLink && 'd-flex flex-column'} data-cy='item-loading'>
88
<Placeholder as={Card.Title} animation='glow'>
99
<Placeholder xs={6} />
1010
</Placeholder>

0 commit comments

Comments
 (0)