Skip to content

Commit

Permalink
chore: remove chromatic from story
Browse files Browse the repository at this point in the history
  • Loading branch information
tsevdos committed Jul 16, 2024
1 parent df8a05c commit e1910e8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/Menu/Menu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,15 +706,4 @@ export const MenuWithCustomListWidthAndHeight = {
);
},
name: 'Menu With Custom List Width And Height',
autoplay: true,
play: async ({ canvasElement }: { canvasElement: HTMLElement }) => {
const canvas = within(canvasElement);
const buttons = canvas.getAllByTestId('icon-button');

await new Promise((resolve) => setTimeout(resolve, 2000));

buttons.forEach((button) => {
fireEvent.click(button);
});
},
};

0 comments on commit e1910e8

Please sign in to comment.