diff --git a/src/UserMenu.tsx b/src/UserMenu.tsx index 6a1b3a0..55fc05d 100644 --- a/src/UserMenu.tsx +++ b/src/UserMenu.tsx @@ -116,8 +116,13 @@ export function UserMenu({ {(props) => ( {items.map(({ key, icon: Icon, label, dataTestid }) => ( - - + + {label} ))} diff --git a/src/profile/ProfileModal.tsx b/src/profile/ProfileModal.tsx index adb1e2b..49f78ca 100644 --- a/src/profile/ProfileModal.tsx +++ b/src/profile/ProfileModal.tsx @@ -119,6 +119,7 @@ export function ProfileModal({ client, ...rest }: Props) { placeholder={t("Display name")} value={displayName} onChange={onChangeDisplayName} + data-testid="profile_displayname" /> {error && ( @@ -130,7 +131,11 @@ export function ProfileModal({ client, ...rest }: Props) { -