diff --git a/packages/frontend/src/components/global/MkA.stories.impl.ts b/packages/frontend/src/components/global/MkA.stories.impl.ts index e17691ac61..72d069e853 100644 --- a/packages/frontend/src/components/global/MkA.stories.impl.ts +++ b/packages/frontend/src/components/global/MkA.stories.impl.ts @@ -34,6 +34,7 @@ export const Default = { const menu = canvas.getByRole('menu'); await expect(menu).toBeInTheDocument(); await userEvent.click(a, { button: 0 }); + a.blur(); await tick(); await expect(menu).not.toBeInTheDocument(); },