Skip to content

Commit

Permalink
set test to roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
peggimann committed Nov 29, 2024
1 parent 24090e9 commit 45a07da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .run/OkrApplication-E2E.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="OkrApplication-E2E" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="integration-test" />
<option name="ALTERNATIVE_JRE_PATH" value="corretto-21" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<module name="backend" />
<option name="SPRING_BOOT_MAIN_CLASS" value="ch.puzzle.okr.OkrApplication" />
Expand Down
4 changes: 2 additions & 2 deletions frontend/cypress/e2e/overview.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('OKR Overview', () => {
});

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

0 comments on commit 45a07da

Please sign in to comment.