Skip to content

Commit

Permalink
add test to test if aktuell label is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Nov 14, 2024
1 parent a827142 commit 29c791f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/cypress/e2e/overview.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ describe('OKR Overview', () => {
cy.loginAsUser(users.gl);
});

it('should have the current quarter with label Aktuell', () => {
cy.getByTestId('quarterFilter').contains('Aktuell');
});

it('Check order of teams', () => {
cy.intercept('GET', '**/overview*').as('overview');

Expand Down

0 comments on commit 29c791f

Please sign in to comment.