// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiContextMenu can pass-through horizontal rule props 1`] = `
Testing separator

`; exports[`OuiContextMenu is rendered 1`] = `
`; exports[`OuiContextMenu panel item can be a separator line 1`] = `
Testing separator

`; exports[`OuiContextMenu panel item can contain JSX 1`] = `
3
`; exports[`OuiContextMenu props panels and initialPanelId allows you to click the title button to go back to the previous panel 1`] = `
2
`; exports[`OuiContextMenu props panels and initialPanelId allows you to click the title button to go back to the previous panel 2`] = `
2
`; exports[`OuiContextMenu props panels and initialPanelId renders the referenced panel 1`] = `
2
`; exports[`OuiContextMenu props size m is rendered 1`] = `
2
`; exports[`OuiContextMenu props size s is rendered 1`] = `
2
`; exports[`OuiContextMenuPanel is rendered 1`] = `
Hello
`; exports[`OuiContextMenuPanel props onClose renders a button as a title 1`] = `
`; exports[`OuiContextMenuPanel props size m is rendered 1`] = `
Title
`; exports[`OuiContextMenuPanel props size s is rendered 1`] = `
Title
`; exports[`OuiContextMenuPanel props title is rendered 1`] = `
Title
`; exports[`OuiContextMenuPanel props transitionDirection next with transitionType in is rendered 1`] = `
`; exports[`OuiContextMenuPanel props transitionDirection next with transitionType out is rendered 1`] = `
`; exports[`OuiContextMenuPanel props transitionDirection previous with transitionType in is rendered 1`] = `
`; exports[`OuiContextMenuPanel props transitionDirection previous with transitionType out is rendered 1`] = `
`; exports[`OuiContextMenuPanel updating items and content updates to items should not re-render if any items's watchedItemProps did not change 1`] = ` "
" `; exports[`OuiContextMenuPanel updating items and content updates to items should not re-render if any items's watchedItemProps did not change 2`] = ` "
" `; exports[`OuiContextMenuPanel updating items and content updates to items should re-render at all times when children exists 1`] = ` "
Hello World
" `; exports[`OuiContextMenuPanel updating items and content updates to items should re-render at all times when children exists 2`] = ` "
More Salutations
" `; exports[`OuiContextMenuPanel updating items and content updates to items should re-render if any items's watchedItemProps did change 1`] = ` "
" `; exports[`OuiContextMenuPanel updating items and content updates to items should re-render if any items's watchedItemProps did change 2`] = ` "
" `;