mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Add tests for UserMenu and WorkspaceSwitcher components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user