Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const VisualPanelHeader: React.FC<VisualPanelHeaderProps> = React.memo((props) =
<div css={pageStyles.visualPanelHeaderContainer}>
<div style={{ width: '85%' }}>
<Breadcrumb
ariaLabel={formatMessage('Navigation Path')}
ariaLabel={formatMessage('Breadcrumb Path')}
data-testid="Breadcrumb"
items={items}
styles={pageStyles.breadcrumbClass}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const IconMenu: React.FC<IconMenuProps> = ({
return (
<OverflowSet
vertical
aria-label="icon menu"
aria-label="more options icon"
overflowItems={menuItems}
onRenderItem={onRenderItem}
onRenderOverflowButton={onRenderOverflowButton}
Expand Down