diff options
| -rw-r--r-- | packages/frontend/src/components/global/MkA.stories.impl.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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(); }, |