Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Aug 9, 2023
1 parent fd3b379 commit 06a77ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flyout/flyout_body.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('EuiFlyoutBody', () => {
expect(container.firstChild).toMatchSnapshot();
});

test('is rendered', () => {
test('scrollableTabIndex', () => {
const { container } = render(<EuiFlyoutBody scrollableTabIndex={-1} />);

expect(container.querySelector('.euiFlyoutBody__overflow')).toHaveAttribute(
Expand Down

0 comments on commit 06a77ac

Please sign in to comment.