// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` spec Split index by calling commonService 1`] = `
`;
exports[` spec clear cache for all indexes failed if some indexes are blocked 1`] = `
`;
exports[` spec clear cache for all indexes successfully by calling commonService 1`] = `
`;
exports[` spec clear cache for mulitple indexes by calling commonService 1`] = `
`;
exports[` spec close index by calling commonService 1`] = `
`;
exports[` spec delete index by calling commonService 1`] = `
`;
exports[` spec filter indices failed when clearing caches for multiple indices 1`] = `
`;
exports[` spec filter some closed or blocked indices when clearing caches for multiple indices 1`] = `
`;
exports[` spec open index by calling commonService 1`] = `
`;
exports[` spec refresh selected indexes by calling commonService 1`] = `
`;
exports[` spec renders flush component 1`] = `
HTMLCollection [
,
,
]
`;
exports[` spec renders the component and all the actions should be disabled when no items selected 1`] = `
`;
exports[` spec shrink action is disabled if multiple indices are selected 1`] = `
`;
exports[` spec shrink action is disabled if the selected index is data_stream 1`] = `
`;
exports[` spec shrink index by calling commonService 1`] = `
`;
exports[` spec split action is disabled if multiple indices are selected 1`] = `
`;
exports[` spec split action is disabled if the selected index is data_stream 1`] = `
`;
exports[` spec unable to clear cache when clearing cache for a closed or blocked index 1`] = `
`;