From c44ee4a29762b85a2b2be5157a21a8a2afc96c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:21:46 +0000 Subject: [PATCH] refactor(tests): supprimer l'assertion de source d'image dans le test de la timeline --- cypress/components/timelineTimeline.cy.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/components/timelineTimeline.cy.tsx b/cypress/components/timelineTimeline.cy.tsx index 2d8e4b0..805ef31 100644 --- a/cypress/components/timelineTimeline.cy.tsx +++ b/cypress/components/timelineTimeline.cy.tsx @@ -186,7 +186,6 @@ describe('', () => { ); cy.get('.timeline-project-card-image') .eq(4) - .should('have.attr', 'src', 'https://r2.modelec.club/table2024.jpg'); cy.get('.timeline-project-card-image') .eq(5) cy.get('.timeline-project-card-image')