E2E tests working again (#4103)

This commit is contained in:
Zane
2025-08-15 07:08:51 -07:00
committed by GitHub
parent a98ef2550a
commit f2e81a3d1c
4 changed files with 93 additions and 136 deletions
@@ -143,6 +143,7 @@ const AppSidebar: React.FC<SidebarProps> = ({ currentPath }) => {
<div className="sidebar-item">
<SidebarMenuItem>
<SidebarMenuButton
data-testid={`sidebar-${entry.label.toLowerCase()}-button`}
onClick={() => navigate(entry.path)}
isActive={isActivePath(entry.path)}
tooltip={entry.tooltip}