From c034109a06015c4e02ad882958239d8bd51d2d54 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 12 Jul 2022 00:14:35 +0100 Subject: [PATCH] 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.