Skip to content

Commit

Permalink
fix: set strict testid for avatar-root
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed Jun 26, 2024
1 parent 71f49e8 commit b1579bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const UserProfile = ({
[cx.circle]: radius === 'circle',
[cx.noBackground]: background === 'none',
})}
data-testid={testId ?? 'avatar-root'}
data-testid={'avatar-root'}
>
<RadixUIAvatar.Image
className={cx.image}
Expand Down

0 comments on commit b1579bb

Please sign in to comment.