vbv/cypress/e2e/learning_mentor/constants.js

25 lines
1.1 KiB
JavaScript

export const MENTOR_TASKS_URL =
"/course/versicherungsvermittler-in/learning-mentor/tasks";
export const MENTOR_MENTEES_URL =
"/course/versicherungsvermittler-in/learning-mentor";
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]";