diff --git a/src/components/flyout/flyout_body.test.tsx b/src/components/flyout/flyout_body.test.tsx index 0f708cadc82..81c26448768 100644 --- a/src/components/flyout/flyout_body.test.tsx +++ b/src/components/flyout/flyout_body.test.tsx @@ -19,7 +19,7 @@ describe('EuiFlyoutBody', () => { expect(container.firstChild).toMatchSnapshot(); }); - test('is rendered', () => { + test('scrollableTabIndex', () => { const { container } = render(); expect(container.querySelector('.euiFlyoutBody__overflow')).toHaveAttribute(