From 8d2628b524c75ff2b372a322721b925f4131876c Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Fri, 9 Aug 2024 17:09:26 +0200 Subject: [PATCH] Re-enable test, as we are not running in virtual dom anymore --- components/sidebar.stories.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/sidebar.stories.tsx b/components/sidebar.stories.tsx index 143dfe8..d4c1f39 100644 --- a/components/sidebar.stories.tsx +++ b/components/sidebar.stories.tsx @@ -65,10 +65,6 @@ export const ToggleSidebarOnMobile: Story = { }, chromatic: { viewports: [320] }, }, - // In jsdom/happy-dom, the last assertion of this test will fail - // because the components dimensions are not calculatable in the - // virtual DOM. This is a limitation of the virtual DOM - tags: ['!test'], play: async ({ canvas, step }) => { const searchInput = canvas.getByRole('menubar')