refactor(tests): supprimer l'assertion de source d'image dans le test de la timeline

This commit is contained in:
Félix MARQUET
2025-02-05 09:21:46 +00:00
parent 33b42987bf
commit c44ee4a297

View File

@@ -186,7 +186,6 @@ describe('<Timeline />', () => {
);
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')