Skip to content

Commit

Permalink
Added data-testid to expandable nav (keycloak#26445)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit authored Jan 24, 2024
1 parent fea4976 commit 3b3eef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/apps/account-ui/src/root/PageNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function NavMenuItem({ menuItem }: NavMenuItemProps) {

return (
<NavExpandable
data-testid={menuItem.label}
title={t(menuItem.label)}
isActive={isActive}
isExpanded={isActive}
Expand Down

0 comments on commit 3b3eef2

Please sign in to comment.