diff --git a/.storybook/test-runner.ts b/.storybook/test-runner.ts index ee7c381f..046b66dc 100644 --- a/.storybook/test-runner.ts +++ b/.storybook/test-runner.ts @@ -3,6 +3,9 @@ import { getStoryContext } from '@storybook/test-runner'; import { injectAxe, checkA11y, configureAxe } from 'axe-playwright'; const config: TestRunnerConfig = { + tags:{ + exclude: ['Demo'] + }, async preVisit(page) { await injectAxe(page); }, diff --git a/lib/components/Dialog/DialogListItem.tsx b/lib/components/Dialog/DialogListItem.tsx index d32788ef..0f4c5d4c 100644 --- a/lib/components/Dialog/DialogListItem.tsx +++ b/lib/components/Dialog/DialogListItem.tsx @@ -144,7 +144,7 @@ export const DialogListItem = ({ } return ( - +