Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Nov 8, 2024
1 parent 450c1f2 commit 63a34bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/overview.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ describe('OKR Overview', () => {

it('Check font ', () => {
cy.get('.team-title').first().invoke('css', 'font-family').should('eq', 'Roboto, sans-serif');
cy.get('.team-title').first().invoke('css', 'font-weight').should('eq', '700');
cy.get('.team-title').first().invoke('css', 'font-weight').should('eq', '600');
});
});

0 comments on commit 63a34bb

Please sign in to comment.