Add Playwright e2e coverage and Node 20 pin

This commit is contained in:
chihlasm
2026-03-16 02:28:04 -04:00
parent 357f8e2d08
commit e39819f8d0
27 changed files with 1743 additions and 7 deletions

View File

@@ -89,7 +89,10 @@ export function AppLayout() {
}}
/>
<div className={cn('app-shell relative z-1', sidebarCollapsed && 'app-shell--collapsed')}>
<div
className={cn('app-shell relative z-1', sidebarCollapsed && 'app-shell--collapsed')}
data-testid="app-shell"
>
{/* Top Bar - spans full width */}
<TopBar />