diff --git a/frontend/rabbi_gerzi/cypress/e2e/media.cy.ts b/frontend/rabbi_gerzi/cypress/e2e/media.cy.ts index 0ffe97f..1202ae9 100644 --- a/frontend/rabbi_gerzi/cypress/e2e/media.cy.ts +++ b/frontend/rabbi_gerzi/cypress/e2e/media.cy.ts @@ -17,7 +17,7 @@ describe('media page sets', () => { cy.get('img[data-cy="media-set-icon"]') .should('be.visible') .and('have.attr', 'src') - .and('include', '/assets/baderech-haavodah-icon.svg') + .and('include', '/assets/baderech-haavodah-icon.png') cy.contains('h2', 'Baderech HaAvodah').should('be.visible') cy.contains('a structured path for inner and outer growth') .should('be.visible')