This commit is contained in:
Andreani Jean
2023-12-12 15:23:24 +01:00
parent 9c2ab2453c
commit 5a6d144196

View File

@@ -3,7 +3,6 @@ describe('In the home page', () => {
cy.visit('/')
cy.fixture('home').then((homeData) => {
cy.contains(homeData.textLinkContribute).click()
cy.url().should('include', '/pourquoi-contribuer')
})
})
it('click on the link in the footer to go to Panoramax.fr', () => {