From 7c4e2b658d3265c3715cc752d986318d0e441fa7 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Thu, 13 Jul 2023 01:08:40 +0200 Subject: [PATCH] tmp --- packages/frontend/src/components/global/MkAd.stories.impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/components/global/MkAd.stories.impl.ts b/packages/frontend/src/components/global/MkAd.stories.impl.ts index b8b2b4883..58b6cc14c 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');