manage.get.gov/src/.pa11yci
Erin Song 9d6d51e771
3684: Organization overview page [ES] (#3788)
* Add organization overview page

* Add tests

* Change margin between overview headings
2025-05-27 16:48:58 -07:00

35 lines
1.4 KiB
Text

{
"defaults": {
"concurrency": 1,
"timeout": 30000,
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
}
},
"urls": [
"http://localhost:8080/",
"http://localhost:8080/health/",
"http://localhost:8080/request/",
"http://localhost:8080/request/start",
"http://localhost:8080/request/organization/",
"http://localhost:8080/request/org_federal/",
"http://localhost:8080/request/org_election/",
"http://localhost:8080/request/org_contact/",
"http://localhost:8080/request/senior_official/",
"http://localhost:8080/request/current_sites/",
"http://localhost:8080/request/dotgov_domain/",
"http://localhost:8080/request/purpose/",
"http://localhost:8080/request/your_contact/",
"http://localhost:8080/request/other_contacts/",
"http://localhost:8080/request/anything_else/",
"http://localhost:8080/request/requirements/",
"http://localhost:8080/request/finished/",
"http://localhost:8080/request/requesting_entity/",
"http://localhost:8080/user-profile/",
"http://localhost:8080/members/",
"http://localhost:8080/members/new-member",
"http://localhost:8080/organization",
"http://localhost:8080/organization/organization-info",
"http://localhost:8080/organization/senior-official"
]
}