Skip to content

Commit

Permalink
chore(calendar): update storybook snapshot delay
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe committed Jan 22, 2024
1 parent 617a5ff commit 24bfc05
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/calendar/stories/calendar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,6 @@ Default.args = {
year: 2023,
};

export const DefaultRTL = Template.bind({});
DefaultRTL.argTypes = {
textDirection: { table: { disable: true } },
};
DefaultRTL.args = Default.args;
DefaultRTL.parameters = {
textDirection: "rtl",
chromatic: { delay: 1000 },
};

export const RangeSelection = Template.bind({});
RangeSelection.args = {
month: months[6],
Expand Down

0 comments on commit 24bfc05

Please sign in to comment.