// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiTabbedContent behavior when selected tab state isn't controlled by the owner, select the first tab by default 1`] = `
`;
exports[`OuiTabbedContent behavior when uncontrolled, the selected tab should update if it receives new content 1`] = `
Elasticsearch content
,
"id": "es",
"name": "Elasticsearch",
},
Object {
"content":
updated Kibana content
,
"data-test-subj": "kibanaTab",
"id": "kibana",
"name":
Kibana
,
},
]
}
>
`;
exports[`OuiTabbedContent is rendered with required props and tabs 1`] = `
`;
exports[`OuiTabbedContent props autoFocus initial is rendered 1`] = `
`;
exports[`OuiTabbedContent props autoFocus selected is rendered 1`] = `
`;
exports[`OuiTabbedContent props display can be condensed 1`] = `
`;
exports[`OuiTabbedContent props initialSelectedTab renders a selected tab 1`] = `
`;
exports[`OuiTabbedContent props selectedTab renders a selected tab 1`] = `
`;
exports[`OuiTabbedContent props size can be small 1`] = `
`;