Skip to content

Commit

Permalink
fix(axe): fix axe timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 25, 2023
1 parent f9ec1b7 commit e6c3e01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/src/core/MenuItem/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,11 @@ const ScreenshotTestDemo = (props: Args): JSX.Element => {
export const ScreenshotTest = {
args: {
name: "text here",
timeout: 10 * 1000,
},
parameters: {
axe: {
timeout: 10 * 1000,
},
controls: {
exclude: [
"name",
Expand Down

0 comments on commit e6c3e01

Please sign in to comment.