diff --git a/docs/accessibility_testing.md b/docs/accessibility_testing.md index 674b91ecb..ba342f179 100644 --- a/docs/accessibility_testing.md +++ b/docs/accessibility_testing.md @@ -2,7 +2,7 @@ ## Automated Testing -The automated tests aim to test one page corresponding to each template in `amy/templates` (including base templates and the `includes` subfolder). +The automated tests aim to test one page corresponding to each template in `amy/templates` (including base templates and the `includes` subfolder). New templates should have a corresponding URL added to the [`.pa11yci`](https://github.com/carpentries/amy/blob/develop/.pa11yci) config file. As such, templates added since the last update to `.pa11yci` are not tested. ### Workflow