diff --git a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/components/rule_actions_overflow/__snapshots__/index.test.tsx.snap b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/components/rule_actions_overflow/__snapshots__/index.test.tsx.snap index 30fa32b619ecc..85bc8f8f2fa8d 100644 --- a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/components/rule_actions_overflow/__snapshots__/index.test.tsx.snap +++ b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/components/rule_actions_overflow/__snapshots__/index.test.tsx.snap @@ -2,56 +2,56 @@ exports[`RuleActionsOverflow renders correctly against snapshot 1`] = ` - - + + } + closePopover={[Function]} + display="inlineBlock" + hasArrow={true} + id="ruleActionsOverflow" + isOpen={false} + ownFocus={true} + panelPaddingSize="none" + > + + Duplicate rule… + , + + Export rule + , + + Delete rule… + , + ] } - closePopover={[Function]} - display="inlineBlock" - hasArrow={true} - id="ruleActionsOverflow" - isOpen={false} - ownFocus={true} - panelPaddingSize="none" - > - - Duplicate rule… - , - - Export rule - , - - Delete rule… - , - ] - } - /> - - + /> + - - setIsPopoverOpen(!isPopoverOpen)} /> - } - closePopover={() => setIsPopoverOpen(false)} - id="ruleActionsOverflow" - isOpen={isPopoverOpen} - ownFocus={true} - panelPaddingSize="none" - > - - - + + } + closePopover={() => setIsPopoverOpen(false)} + id="ruleActionsOverflow" + isOpen={isPopoverOpen} + ownFocus={true} + panelPaddingSize="none" + > + +