common/constants/testIDs.js
export const ACCORDION_CONTENT = 'ACCORDION_CONTENT';
export const ACCORDION_TOGGLE_BUTTON = 'ACCORDION_TOGGLE_BUTTON';
export const ALERT = 'ALERT';
export const ALERT_CLOSE_BUTTON = 'CLOSE_ALERT_BUTTION';
export const BUTTON = 'BUTTON';
export const CHANGE_PASSWORD_FORM_ERROR = 'CHANGE_PASSWORD_FORM_ERROR';
export const CLOSE_BUTTON = 'CLOSE_BUTTON';
export const LOGIN_BUTTON = 'LOGIN_BUTTON';
export const DOWNVOTE_BUTTON = 'DOWNVOTE_BUTTON';
export const DOWNVOTE_COUNT = 'DOWNVOTE_COUNT';
export const FLAT_CARD_IMAGE = 'FLAT_CARD_IMAGE';
export const INPUT = 'INPUT';
export const INPUT_ERROR = 'INPUT_ERROR';
export const INPUT_FEEDBACK_GROUPING = 'INPUT_FEEDBACK_GROUPING';
export const CHECKBOX = 'CHECKBOX';
export const CHECKBOX_ERROR = 'CHECKBOX_ERROR';
export const HERO_BANNER_H1 = 'HERO_BANNER_H1';
export const LABEL = 'LABEL';
export const MULTI_STEP_SUBMIT_BUTTON = 'SUBMIT_MULTI_STEP_FORM';
export const MULTI_STEP_STEP_BUTTON = 'SUBMIT_STEP_BUTTON';
export const MULTI_STEP_PREVIOUS_BUTTON = 'MULTI_STEP_PREVIOUS_BUTTON';
export const SCREEN_READER_ONLY = 'SCREEN_READER_ONLY';
export const UPVOTE_BUTTON = 'UPVOTE_BUTTON';
export const UPVOTE_COUNT = 'UPVOTE_COUNT';
export const RESOURCE_CARD = 'RESOURCE_CARD';
export const RESOURCE_TITLE = 'RESOURCE_TITLE';
export const RESOURCE_SEARCH = 'RESOURCE_SEARCH';
export const SKELETON_CARD = 'SKELETON_CARD';
export const RESOURCE_SEARCH_BUTTON = 'RESOURCE_SEARCH_BUTTON';
export const RESOURCE_RESET_BUTTON = 'RESOURCE_RESET_BUTTON';
export const NEXT_PAGE_BUTTON = 'NEXT_PAGE_BUTTON';
export const PREV_PAGE_BUTTON = 'PREV_PAGE_BUTTON';
export const DATA_TEST_LANGUAGES = '[data-test-languages]';
export const DATA_TEST_CATEGORY = '[data-test-category]';
export const DATA_TEST_IS_FREE = '[data-test-isfree]';
export const COST_SELECT = 'input#react-select-paid-input';
export const LANGUAGE_SELECT = 'input#react-select-languages-input';
export const CATEGORY_SELECT = 'input#react-select-category-input';
export const PROFILE_GREETING = '[PROFILE_GREETING]';
export const SCHOOL_CARD_LOCATION_LIST_MODAL_BUTTON = 'SCHOOL_CARD_LOCATION_LIST_MODAL_BUTTON';
export const SCHOOL_LOCATION_LIST_ITEM = 'SCHOOL_LOCATION_LIST_ITEM';
export const MODAL_CONTENT = 'MODAL_CONTENT';
export const MODAL_OVERLAY = 'MODAL_OVERLAY';
export const LOGIN_FORM = 'LOGIN_FORM';