Skip to content

Commit

Permalink
Front: fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Apr 23, 2022
1 parent 910642c commit 768c85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/javascript/cypress/integration/Generator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Generator', () => {
});

it('should display generator page', () => {
cy.get(generatorSelector('title')).contains('JHipster Lite');
cy.get(generatorSelector('title')).contains('JHipster lite');

cy.get(generatorSelector('init-button')).contains('Init');
cy.get(generatorSelector('add-maven-button')).contains('Maven');
Expand Down

0 comments on commit 768c85c

Please sign in to comment.