From 9aa5ee833809c01cca6e536864a85d9821d93daf Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Mon, 14 Nov 2022 16:27:19 -0500 Subject: [PATCH] Add new pages to pa11y url list --- src/.pa11yci | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/.pa11yci b/src/.pa11yci index f93601af9..b5eae68b5 100644 --- a/src/.pa11yci +++ b/src/.pa11yci @@ -4,5 +4,19 @@ "http://app:8080/health/", "http://app:8080/whoami/", "http://app:8080/register/" + "http://app:8080/register/organization.html" + "http://app:8080/register/org_federal.html" + "http://app:8080/register/org_election.html" + "http://app:8080/register/org_contact.html" + "http://app:8080/register/authorizing_official.html" + "http://app:8080/register/current_sites.html" + "http://app:8080/register/dotgov_domain.html" + "http://app:8080/register/purpose.html" + "http://app:8080/register/your_contact.html" + "http://app:8080/register/other_contacts.html" + "http://app:8080/register/security_email.html" + "http://app:8080/register/anything_else.html" + "http://app:8080/register/requirements.html" + "http://app:8080/register/review.html" ] }