Skip to content

Commit 3dc4322

Browse files
committed
chore(ItemBase): update tooltip story
1 parent e4dbc71 commit 3dc4322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/content/ItemBase/ItemBase.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,8 @@ export const WithAutoTooltip: StoryFn<CubeItemBaseProps> = () => (
10861086
WithAutoTooltip.play = async ({ canvasElement }) => {
10871087
const canvas = within(canvasElement);
10881088

1089+
await timeout(250);
1090+
10891091
const item = await canvas.findByTestId('auto-tooltip-item');
10901092
// this is a weird hack that makes tooltip working properly on page load
10911093
await userEvent.unhover(item);

0 commit comments

Comments
 (0)