Add tests for Header, Layout, MainContent, and Sidebar components

This commit is contained in:
2025-07-05 17:39:23 +02:00
parent 7742a04d9a
commit 2747f51293
5 changed files with 566 additions and 1 deletions

View File

@@ -14,7 +14,11 @@ const Layout: React.FC = () => {
if (workspaceLoading) {
return (
<Center style={{ height: '100vh' }}>
<Center
style={{ height: '100vh' }}
role="status"
aria-label="Loading workspace"
>
<Loader size="xl" />
</Center>
);