We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2f978 commit 9fd31a8Copy full SHA for 9fd31a8
1 file changed
src/core/packages/chrome/app-menu/core-chrome-app-menu-components/src/components/app_menu_popover.tsx
@@ -68,6 +68,7 @@ export const AppMenuPopover = ({
68
* Determine the active test ID for the popover panel.
69
* EuiContextMenuPanelItemDescriptor does not support data-test-subj directly,
70
* 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
72
*/
73
const activeTestId = panelIdToTestId[activePanelId] || popoverTestId || 'app-menu-popover';
74
0 commit comments