From e19095d4a5610b98fa43e0f65c55abacc1baeb26 Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Mon, 25 Nov 2024 12:18:22 +0100 Subject: [PATCH] Update code/addons/a11y/README.md --- code/addons/a11y/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/addons/a11y/README.md b/code/addons/a11y/README.md index 1e9dec967ca..412fc394bb7 100755 --- a/code/addons/a11y/README.md +++ b/code/addons/a11y/README.md @@ -222,7 +222,7 @@ In this example, all violations with an impact level of `minor` or `moderate` wi ## Integration with [Addon Test](https://storybook.js.org/docs/writing-tests/test-addon) -The a11y addon is compatible with Storybook's newest feature, [component testing](https://storybook.js.org/docs/writing-tests/component-testing). 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. +The a11y addon is compatible with Storybook's newest addon, [addon test](https://storybook.js.org/docs/writing-tests/test-addon). 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. ### Automatic setup