From b1579bb945a85f9bdf168820e753c4063c97242a Mon Sep 17 00:00:00 2001 From: Piotr Czeglik Date: Wed, 26 Jun 2024 10:12:21 +0200 Subject: [PATCH] fix: set strict testid for avatar-root --- src/design-system/profile-picture/user-profile.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design-system/profile-picture/user-profile.component.tsx b/src/design-system/profile-picture/user-profile.component.tsx index 68a6629..c5cc0b2 100644 --- a/src/design-system/profile-picture/user-profile.component.tsx +++ b/src/design-system/profile-picture/user-profile.component.tsx @@ -39,7 +39,7 @@ export const UserProfile = ({ [cx.circle]: radius === 'circle', [cx.noBackground]: background === 'none', })} - data-testid={testId ?? 'avatar-root'} + data-testid={'avatar-root'} >