Skip to content

Commit d102d0e

Browse files
committed
fix: fix storybook tests
1 parent 418e14a commit d102d0e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/lab/Menu/__stories__/Menu.stories.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ const meta: Meta<typeof Menu> = {
2020
component: Menu,
2121
parameters: {
2222
layout: 'centered',
23+
a11y: {
24+
element: '#storybook-root',
25+
config: {
26+
rules: [
27+
{
28+
id: 'color-contrast',
29+
enabled: false,
30+
},
31+
],
32+
},
33+
},
2334
},
2435
};
2536

0 commit comments

Comments
 (0)