diff --git a/packages/twenty-front/src/modules/navigation/components/MainNavigationDrawerItems.tsx b/packages/twenty-front/src/modules/navigation/components/MainNavigationDrawerItems.tsx index 867b5b49f558..8d383596cd02 100644 --- a/packages/twenty-front/src/modules/navigation/components/MainNavigationDrawerItems.tsx +++ b/packages/twenty-front/src/modules/navigation/components/MainNavigationDrawerItems.tsx @@ -33,6 +33,7 @@ export const MainNavigationDrawerItems = () => { Icon={IconSearch} onClick={toggleCommandMenu} keyboard={['⌘', 'K']} + role="button" /> { const theme = useTheme(); const isMobile = useIsMobile(); @@ -185,6 +187,7 @@ export const NavigationDrawerItem = ({ as={to ? Link : 'div'} to={to ? to : undefined} indentationLevel={indentationLevel} + role={role} > {showBreadcrumb && (