Skip to content

Commit

Permalink
Re-enable test, as we are not running in virtual dom anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Aug 9, 2024
1 parent 5706cb8 commit 8d2628b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/sidebar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 8d2628b

Please sign in to comment.