diff --git a/frontend/cypress/e2e/tab.cy.ts b/frontend/cypress/e2e/tab.cy.ts index 4d1cdd714b..bd548ca492 100644 --- a/frontend/cypress/e2e/tab.cy.ts +++ b/frontend/cypress/e2e/tab.cy.ts @@ -226,8 +226,7 @@ describe('Tab workflow tests', () => { editInputFields('Duplicated by Cypress'); cy.tabForward(); cy.tabForward(); - cy.focused().contains('GJ'); - cy.realPress('ArrowDown'); + cy.focused().contains('Aktuell'); cy.tabForward(); cy.focused().contains('Speichern'); cy.realPress('Enter'); diff --git a/frontend/src/app/components/team-filter/team-filter.component.html b/frontend/src/app/components/team-filter/team-filter.component.html index c02a2a70cd..a69417cf81 100644 --- a/frontend/src/app/components/team-filter/team-filter.component.html +++ b/frontend/src/app/components/team-filter/team-filter.component.html @@ -12,14 +12,17 @@ - {{ getTeamName(team.id) }} + + {{ getTeamName(team.id) }} + {{ team.name }} +
{{ getTeamName(team.id) }}
{{ team.name }}