C pu pété V4
@@ -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/');
|
||||
});
|
||||
});
|
||||
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |