Skip to content

Commit

Permalink
feat: SKFP-1292 Adjust Cypress tests related to SKFP-1289
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine St-Onge committed Oct 1, 2024
1 parent ae8c355 commit 4367b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Consultation/Landing.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('Page Landing - Vérifier les informations affichées', () => {
cy.get('[class*="TopBanner"] [class*="LandingPageParagraph"]').contains('Getting started is as easy as 1-2-3').should('exist');
cy.get('[class*="TopBanner"] [class*="LandingPageParagraph"]').contains('Sign up within minutes… free of charge!').should('exist');
cy.get('[class*="TopBanner"] [class*="LandingPageButton_primary"]').contains('Sign up').should('exist');
cy.get('[class*="TopBanner"] [class*="LandingPageButton_secondary"]').contains('Log in').should('exist');
cy.get('[class*="TopBanner"] [class*="LandingPageButton_secondary"]').contains('Login').should('exist');
});

it('Section Studies Side Panel Tile', () => {
Expand Down

0 comments on commit 4367b70

Please sign in to comment.