mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 17:39:13 -04:00
Add BackstopJS coverage for radio button pages
This commit is contained in:
37
urls.js
37
urls.js
@@ -21,6 +21,43 @@ const routes = {
|
||||
label: 'API Keys',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/api/keys',
|
||||
},
|
||||
// Pages to test radio buttons before converting govukRadios to USWDS
|
||||
{
|
||||
label: 'API Keys Create',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/api/keys/create',
|
||||
},
|
||||
{
|
||||
label: 'Change User Auth',
|
||||
path: '/users/6af522d0-2915-4e52-83a3-3690455a5fe6/change_auth',
|
||||
},
|
||||
{
|
||||
label: 'User Profile Timezone',
|
||||
path: '/user-profile/preferred_timezone',
|
||||
},
|
||||
{
|
||||
label: 'Service Settings',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/service-settings',
|
||||
},
|
||||
{
|
||||
label: 'Service Send Files By Email',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/service-settings/send-files-by-email',
|
||||
},
|
||||
{
|
||||
label: 'Service SMS Prefix',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/service-settings/sms-prefix',
|
||||
},
|
||||
{
|
||||
label: 'Send One Off Step 2',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/send/a4e530e7-cae2-4e24-a1e9-752141a0b58e/one-off/step-2',
|
||||
},
|
||||
{
|
||||
label: 'Choose Template',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/templates',
|
||||
},
|
||||
{
|
||||
label: 'Team Members',
|
||||
path: '/services/e6de050d-bd56-4f49-b44b-cb789c4f79fd/users',
|
||||
},
|
||||
],
|
||||
|
||||
// Using Notify section
|
||||
|
||||
Reference in New Issue
Block a user