Skip to content

Commit

Permalink
fix: disable a11y test for theme provider in style test (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart authored Jan 30, 2024
1 parent d8b33e2 commit ca0eebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/paste-theme/stories/themeProvider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ export const StylingThemeProviderElement = (): React.ReactNode => (
</Paragraph>
</ThemeProvider>
);
StylingThemeProviderElement.parameters = {
a11y: {
// no need to a11y this story
disable: true,
},
};

0 comments on commit ca0eebe

Please sign in to comment.