Skip to content

Commit

Permalink
Front: fix Cucumber cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed May 30, 2022
1 parent e399984 commit 1016f89
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 @@ -58,7 +58,7 @@ describe('Generator', () => {
cy.get(springBootGeneratorSelector('add-liquibase-with-users-and-authority-changelogs-button')).contains('Liquibase with users');
cy.get(springBootGeneratorSelector('add-mongock-button')).contains('Mongock');

cy.get(springBootGeneratorSelector('add-cucumber-button')).contains('Cucumber');
cy.get(springBootGeneratorSelector('add-spring-boot-cucumber-button')).contains('Cucumber');
});

it('should display angular', () => {
Expand Down

0 comments on commit 1016f89

Please sign in to comment.