diff --git a/packages/frontend/src/components/global/MkAd.stories.impl.ts b/packages/frontend/src/components/global/MkAd.stories.impl.ts index b8b2b48833..58b6cc14c4 100644 --- a/packages/frontend/src/components/global/MkAd.stories.impl.ts +++ b/packages/frontend/src/components/global/MkAd.stories.impl.ts @@ -54,7 +54,7 @@ const common = { if (reduce) { await expect(reduce).not.toBeInTheDocument(); } - await expect(back).not.toBeInTheDocument() + await expect(back).not.toBeInTheDocument(); const aAgain = canvas.getByRole('link'); await expect(aAgain).toBeInTheDocument(); const imgAgain = within(aAgain).getByRole('img');