From 3f70ffc9cf0777ff56ccda8aa2a19da3c13f9f55 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 12 Jul 2022 01:13:49 +0100 Subject: [PATCH] Merge pull request #18690 from storybookjs/chore_fix_testing_docs Chore: (Docs) Minor polish to the A11y docs --- docs/writing-tests/accessibility-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-tests/accessibility-testing.md b/docs/writing-tests/accessibility-testing.md index 9dcae06f0404..cdb2afc20f9e 100644 --- a/docs/writing-tests/accessibility-testing.md +++ b/docs/writing-tests/accessibility-testing.md @@ -164,7 +164,7 @@ These tools work by auditing the rendered DOM against heuristics based on [WCAG] ### Setup -To enable accessibility testing with the test runner, you will need to take additional steps to set it up properly. Detailed below is our recommendation to configure and execute them. +To enable accessibility testing with the test runner, you will need to take additional steps to set it up properly. We recommend you go through the [test runner documentation](./test-runner.md) before proceeding with the rest of the required configuration. Run the following command to install the required dependencies.