Skip to content

Commit

Permalink
💚 #4 - fix: fix broken Chromatic build
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jan 16, 2024
1 parent f82fdb3 commit 5ae8b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/navbar/navbar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ export const NavbarOnMobile: Story = {
...NavbarComponent,
parameters: {
viewport: { defaultViewport: "mobile1" },
chromatic: {
viewports: ["mobile1"],
},
},
play: async ({ canvasElement }) => {
const canvas = within(canvasElement);
Expand Down

0 comments on commit 5ae8b15

Please sign in to comment.