Skip to content

Commit

Permalink
Merge pull request #13 from input-output-hk/fix-user-profile-testid
Browse files Browse the repository at this point in the history
fix: set strict testid for avatar-root
  • Loading branch information
pczeglik-iohk authored Jun 26, 2024
2 parents 71f49e8 + b1579bb commit 3b2dfae
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 3b2dfae

Please sign in to comment.