This commit is contained in:
Andreani Jean
2023-12-12 15:30:56 +01:00
parent 5a6d144196
commit 4fed5f7938

View File

@@ -1,10 +1,4 @@
describe('In the home page', () => {
it('click on the link in the header to go to the About page', () => {
cy.visit('/')
cy.fixture('home').then((homeData) => {
cy.contains(homeData.textLinkContribute).click()
})
})
it('click on the link in the footer to go to Panoramax.fr', () => {
cy.visit('/')
cy.fixture('home').then((homeData) => {