// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiPopover children is rendered 1`] = `
`;
exports[`OuiPopover is rendered 1`] = `
`;
exports[`OuiPopover props anchorClassName is rendered 1`] = `
`;
exports[`OuiPopover props anchorPosition defaults to centerDown 1`] = `
`;
exports[`OuiPopover props anchorPosition downRight is rendered 1`] = `
`;
exports[`OuiPopover props anchorPosition leftCenter is rendered 1`] = `
`;
exports[`OuiPopover props arrowChildren is rendered 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props buffer 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props buffer for all sides 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props display block is rendered 1`] = `
`;
exports[`OuiPopover props focusTrapProps is rendered 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props isOpen defaults to false 1`] = `
`;
exports[`OuiPopover props isOpen renders true 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props offset with arrow 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props offset without arrow 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props ownFocus defaults to true 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props ownFocus renders false 1`] = `
`;
exports[`OuiPopover props panelClassName is rendered 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props panelPaddingSize is rendered 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;
exports[`OuiPopover props panelProps is rendered 1`] = `
You are in a dialog. To close this dialog, hit escape.
`;