diff --git a/cypress/e2e/learning_mentor/constants.js b/cypress/e2e/learning_mentor/constants.js index 9f34f1f3..b62aaa6a 100644 --- a/cypress/e2e/learning_mentor/constants.js +++ b/cypress/e2e/learning_mentor/constants.js @@ -1,11 +1,16 @@ -export const MENTOR_OVERVIEW_URL = "/course/versicherungsvermittler-in/learning-mentor"; -export const MENTOR_MENTEES_URL = "/course/versicherungsvermittler-in/learning-mentor/participants"; +export const MENTOR_OVERVIEW_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 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]"; +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]"; @@ -17,7 +22,3 @@ 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]"; - - - -