C pu pété V4

This commit is contained in:
2024-11-20 20:03:42 +01:00
parent b9f9da8500
commit 43eba5cd56
5 changed files with 3 additions and 3 deletions

View File

@@ -4,17 +4,17 @@ describe('Home Page Redirections', () => {
});
it('should redirect to Projets page', () => {
cy.get('a[href="/projets/"]').click();
cy.get('a[href="/projets/"]').first().click();
cy.url().should('include', '/projets/');
});
it('should redirect to Partenaires page', () => {
cy.get('a[href="/partenaires/"]').click();
cy.get('a[href="/partenaires/"]').first().click();
cy.url().should('include', '/partenaires/');
});
it('should redirect to Contact page', () => {
cy.get('a[href="/contact/"]').click();
cy.get('a[href="/contact/"]').first().click();
cy.url().should('include', '/contact/');
});
});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB