diff --git a/cypress/integration/apside.spec.ts b/cypress/integration/apside.spec.ts index dac43ac..d2392a9 100644 --- a/cypress/integration/apside.spec.ts +++ b/cypress/integration/apside.spec.ts @@ -21,6 +21,6 @@ describe('Test Page d\'accueil APSIDE .com', () => { cy.get('.titreBigBleu').should('be.visible'); cy.get('.titreBigBleu').should('have.text', 'Apside Tours'); - });1 + }); }); \ No newline at end of file