diff --git a/packages/frontend/src/components/global/MkA.stories.impl.ts b/packages/frontend/src/components/global/MkA.stories.impl.ts
index e17691ac6..72d069e85 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();
 	},