Update docs/writing-tests/accessibility-testing.mdx

This commit is contained in:
Valentin Palkovic 2024-11-25 12:18:16 +01:00 committed by GitHub
parent 80119bdb36
commit 1379771a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ Customize the a11y ruleset at the story level by updating your story to include
{/* prettier-ignore-end */}
## Integration with [Component Testing](./component-testing.mdx)
## Integration with [Addon Test](./test-addon.mdx)
The a11y addon is compatible with Storybook's newest addon, [test addon](./test-addon.mdx). When you run component tests, the a11y addon can automatically check for accessibility issues for all of your stories in the background. If there are any violations, the test will fail, and you will see the results in the sidebar.