We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dbc71 commit 3dc4322Copy full SHA for 3dc4322
src/components/content/ItemBase/ItemBase.stories.tsx
@@ -1086,6 +1086,8 @@ export const WithAutoTooltip: StoryFn<CubeItemBaseProps> = () => (
1086
WithAutoTooltip.play = async ({ canvasElement }) => {
1087
const canvas = within(canvasElement);
1088
1089
+ await timeout(250);
1090
+
1091
const item = await canvas.findByTestId('auto-tooltip-item');
1092
// this is a weird hack that makes tooltip working properly on page load
1093
await userEvent.unhover(item);
0 commit comments