Skip to content

Commit 22d99e2

Browse files
committed
add data-cy
1 parent 433f9b8 commit 22d99e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Item/Item.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit
2929
if (withTitleLink || withButtonLink) link = titleLink || buttonLink || href
3030

3131
return (
32-
<Card key={id} style={{ width: `${width}` }} className={`h-100${orientation === 'horizontal' ? ' mb-4' : ''}`}>
32+
<Card key={id} style={{ width: `${width}` }} className={`h-100${orientation === 'horizontal' ? ' mb-4' : ''}`} data-cy='item-card'>
3333
{orientation === 'horizontal' ? (
3434
<div className='row g-0 h-100'>
3535
<div className='col-3'>

0 commit comments

Comments
 (0)