Fix cypress test
This commit is contained in:
parent
71362b267e
commit
dc471aa8a1
|
|
@ -100,7 +100,7 @@ describe("courseSpecificSettings.cy.js", () => {
|
|||
"Lernbegleitung"
|
||||
);
|
||||
cy.get('[data-cy="navigation-learning-mentor-link"]').click();
|
||||
cy.get('[data-cy="lm-my-lms-title"]').contains("Meine Lernbegleiter");
|
||||
cy.get('[data-cy="lm-my-lms-title"]').contains("Meine Lernbegleitung");
|
||||
cy.get('[data-cy="lm-invite-mentor-button"]').contains(
|
||||
"Neue Lernbegleitung einladen"
|
||||
);
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ describe("memberOnly.cy.js", () => {
|
|||
it("uses term Lernbegleitung in VV-course", () => {
|
||||
cy.visit(MENTOR_MENTEES_URL_VV);
|
||||
cy.get(MAIN_NAVIGATION_MENTOR_LINK).should("contain", "Lernbegleitung");
|
||||
cy.get(MENTEE_MENTORS_TITLE).should("contain", "Meine Lernbegleiter");
|
||||
cy.get(MENTEE_MENTORS_TITLE).should("contain", "Meine Lernbegleitung");
|
||||
cy.get(MENTEE_INVITE_MENTOR).should(
|
||||
"contain",
|
||||
"Neue Lernbegleitung einladen"
|
||||
|
|
|
|||
Loading…
Reference in New Issue