export const MENTOR_TASKS_URL_VV = "/course/versicherungsvermittler-in/learning-mentor/tasks"; export const MENTOR_MENTEES_URL_VV = "/course/versicherungsvermittler-in/learning-mentor"; export const MENTOR_MENTEES_URL_UK = "/course/test-lehrgang/learning-mentor"; export const MAIN_NAVIGATION_MENTOR_LINK = "[data-cy=navigation-learning-mentor-link]"; export const MENTOR_DASHBOARD_LINK = "[data-cy=lm-dashboard-link]"; export const MEMBER_DASHBOARD_LINK = "[data-cy=progress-dashboard-continue-course-link]"; export const MENTOR_MAIN_NAVIGATION = "[data-cy=lm-main-navigation]"; export const MENTOR_OVERVIEW_NAVIGATION_LINK = "[data-cy=lm-overview-navigation-link]"; export const MENTOR_MENTEES_NAVIGATION_LINK = "[data-cy=lm-mentees-navigation-link]"; // /participants export const MENTOR_MY_MENTEES = "[data-cy=lm-my-mentees]"; export const MENTOR_MY_MENTORS = "[data-cy=lm-my-mentors]"; export const MENTOR_MENTEE_LIST_ITEM = "[data-cy=lm-my-mentee-list-item]"; export const MENTOR_MENTEE_REMOVE = "[data-cy=lm-my-mentee-remove]"; export const MENTOR_MENTEE_PROFILE = "[data-cy=lm-my-mentee-profile]"; export const MENTEE_MENTOR_LIST_ITEM = "[data-cy=lm-my-mentor-list-item]"; export const MENTEE_MENTOR_REMOVE = "[data-cy=lm-my-mentor-remove]"; export const MENTEE_MENTORS_TITLE = "[data-cy=lm-my-lms-title]"; export const MENTEE_INVITE_MENTOR = "[data-cy=lm-invite-mentor-button]";