j40-cejst-2/client/cypress/integration/LegacyTests/constants.js

11 lines
265 B
JavaScript
Raw Normal View History

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