Add tests for UserMenu and WorkspaceSwitcher components

This commit is contained in:
2025-07-04 22:44:19 +02:00
parent eaa37a262e
commit fffd93afeb
4 changed files with 413 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ const UserMenu: React.FC = () => {
radius="xl"
style={{ cursor: 'pointer' }}
onClick={() => setOpened((o) => !o)}
aria-label="User menu"
aria-expanded={opened}
aria-haspopup="menu"
role="button"
>
<IconUser size={24} />
</Avatar>