test element title display

This commit is contained in:
Yisroel Baum 2026-05-26 19:48:50 +03:00
parent 5e1ec0dd73
commit 8029a9e157
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -40,6 +40,6 @@ describe('media page sets', () => {
cy.get('@baderechCard').click() cy.get('@baderechCard').click()
cy.location('pathname').should('eq', '/element/1') cy.location('pathname').should('eq', '/element/1')
cy.get('[data-cy="element-page"]').should('be.visible') cy.get('[data-cy="element-page"]').should('be.visible')
cy.contains('h1', 'Element 1').should('be.visible') cy.contains('h1', 'Baderech HaAvodah').should('be.visible')
}) })
}) })