From 4367b70e9b99d083608d0dc9b110306ca704722e Mon Sep 17 00:00:00 2001 From: Karine St-Onge Date: Tue, 1 Oct 2024 09:14:21 -0400 Subject: [PATCH] feat: SKFP-1292 Adjust Cypress tests related to SKFP-1289 --- cypress/e2e/Consultation/Landing.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/Consultation/Landing.cy.ts b/cypress/e2e/Consultation/Landing.cy.ts index 0cd832884..448ed0807 100644 --- a/cypress/e2e/Consultation/Landing.cy.ts +++ b/cypress/e2e/Consultation/Landing.cy.ts @@ -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', () => {