Skip to content

Commit

Permalink
Update src/components/list_group/list_group_item.test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
  • Loading branch information
1Copenut and cee-chen authored Aug 4, 2023
1 parent 1c9d522 commit 3f9b318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list_group/list_group_item.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ describe('EuiListGroupItem', () => {
);
fireEvent.mouseOver(getByTestSubject('trigger'));
await waitForEuiToolTipVisible();
expect(getByTestSubject('tooltip-anchor')).toBeInTheDocument();
expect(getByTestSubject('tooltip')).toBeInTheDocument();
});
});
});
Expand Down

0 comments on commit 3f9b318

Please sign in to comment.