j40-cejst-2/client/cypress/integration/LegacyTests/constants.js
Vim USDS 975e91003e Add two placeholder pages
- FAQs
- TSD
2022-04-05 13:27:58 -07:00

10 lines
265 B
JavaScript

export const PAGES_ENDPOINTS = {
EXPLORE: '/',
METHODOLOGY: '/methodology',
DOWNLOADS: '/downloads',
TSD: '/technical-support-document',
ABOUT: '/about',
FAQS: '/frequently-asked-questions',
PUBLIC_ENG: '/public-engagement',
CONTACT: '/contact',
};