Skip to content

Commit 3b2dfae

Browse files
Merge pull request #13 from input-output-hk/fix-user-profile-testid
fix: set strict testid for avatar-root
2 parents 71f49e8 + b1579bb commit 3b2dfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-system/profile-picture/user-profile.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const UserProfile = ({
3939
[cx.circle]: radius === 'circle',
4040
[cx.noBackground]: background === 'none',
4141
})}
42-
data-testid={testId ?? 'avatar-root'}
42+
data-testid={'avatar-root'}
4343
>
4444
<RadixUIAvatar.Image
4545
className={cx.image}

0 commit comments

Comments
 (0)