diff --git a/client/cypress/integration/frontend/read-only/school-class-team-read-only.spec.js b/client/cypress/integration/frontend/read-only/school-class-team-read-only.spec.js index 63c00f49..6fe07a21 100644 --- a/client/cypress/integration/frontend/read-only/school-class-team-read-only.spec.js +++ b/client/cypress/integration/frontend/read-only/school-class-team-read-only.spec.js @@ -43,9 +43,10 @@ Cypress.Commands.add('checkSchoolClassTeamReadOnly', (readOnly) => { cy.getByDataCy('show-code-button').should(exist); cy.getByDataCy('edit-group-name-link').should(exist); cy.openSidebar(); - cy.getByDataCy('class-selection').click(); ``; + cy.getByDataCy('class-selection').click(); cy.getByDataCy('current-class-name').should('exist'); cy.getByDataCy('create-class-link').should(exist); + cy.getByDataCy('my-team-link').should(exist); }); describe('School Class and Team Management - Read only', () => { diff --git a/client/src/components/profile/ProfileSidebar.vue b/client/src/components/profile/ProfileSidebar.vue index 2bd3c190..a62ad9f0 100644 --- a/client/src/components/profile/ProfileSidebar.vue +++ b/client/src/components/profile/ProfileSidebar.vue @@ -21,10 +21,11 @@
Mein Team