Skip to content

Commit

Permalink
feat: adding data-testid to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nubsthead committed Apr 1, 2022
1 parent 241b253 commit 31d6857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell/shell-primary-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const PrimaryBarElement: FC<PrimaryBarItemProps> = ({ view, active, onClick }) =
iconColor={active ? 'primary' : 'text'}
onClick={onClick}
size="large"
data-isselected={active}
/>
) : (
<view.component active={active} />
Expand Down

0 comments on commit 31d6857

Please sign in to comment.