j40-cejst-2/client/cypress/integration/LegacyTests/constants.js
Vim USDS 32f2609dde Add dropdown to navigation links
- add download page
- move main pages tests to their own folder
- add download and public eng snapshot test
- remove public engagement button on each page
- swap index with cejst
- update cypress ENDPOINTS
- upate gatsby-config sitemap
- update snapshots
- cypress tests are failing
2022-04-05 13:26:00 -07:00

8 lines
200 B
JavaScript

export const ENDPOINTS = {
EXPLORE_THE_TOOL: 'en/',
ABOUT: '/en/about',
METHODOLOGY: '/en/methodology',
CONTACT: 'en/contact',
PUBLIC: 'en/public-engagement',
DOWNLOAD: 'en/downloads',
};