diff --git a/packages/react/src/components/CardCodeEditor/__snapshots__/CardCodeEditor.story.storyshot b/packages/react/src/components/CardCodeEditor/__snapshots__/CardCodeEditor.story.storyshot index 977e99e5e0..de9861a151 100644 --- a/packages/react/src/components/CardCodeEditor/__snapshots__/CardCodeEditor.story.storyshot +++ b/packages/react/src/components/CardCodeEditor/__snapshots__/CardCodeEditor.story.storyshot @@ -155,7 +155,6 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E
{ - event.preventDefault(); - event.stopPropagation(); - onToggleExpansion(); - }; - // Notes on eslint comments and based on the examples in: // https://www.w3.org/TR/wai-aria-practices/examples/menubar/menubar-1/menubar-1.html# // - The focus is handled by the menuitem, onMouseOver is for mouse // users // - aria-haspopup can definitely have the value "menu" // - aria-expanded is on their example node with role="menuitem" - // - href can be set to javascript:void(0), ideally this will be a button return ( // TODO: CAN WE REMOVE THIS DIV WRAPPER AND ATTACH THE CLASS DIRECTLY
- - +