Skip to content

Commit 9fd31a8

Browse files
Add EUI issue link in comment
1 parent 5d2f978 commit 9fd31a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/core/packages/chrome/app-menu/core-chrome-app-menu-components/src/components

src/core/packages/chrome/app-menu/core-chrome-app-menu-components/src/components/app_menu_popover.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const AppMenuPopover = ({
6868
* Determine the active test ID for the popover panel.
6969
* EuiContextMenuPanelItemDescriptor does not support data-test-subj directly,
7070
* so we map panel IDs to test IDs when creating the panels.
71+
* TODO: Remove this implementation if EUI fix is provided: https://github.com/elastic/eui/issues/9321
7172
*/
7273
const activeTestId = panelIdToTestId[activePanelId] || popoverTestId || 'app-menu-popover';
7374

0 commit comments

Comments
 (0)