test contact removal

This commit is contained in:
Yisroel Baum 2026-07-03 15:25:43 +03:00
parent 3e7b7ab84b
commit 2c8c4690ff
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
4 changed files with 11 additions and 119 deletions

View file

@ -7,8 +7,8 @@ describe('about page', () => {
cy.get('header.site-header').within(() => {
cy.contains('Torah Media').should('be.visible')
cy.contains('About').should('be.visible')
cy.contains('Contact').should('be.visible')
cy.contains('Donate').should('be.visible')
cy.contains('a', 'Contact').should('not.exist')
})
cy.get('[data-cy="about-hero"]').within(() => {
@ -119,7 +119,7 @@ describe('about page', () => {
cy.contains('Torah Media').should('be.visible')
cy.contains('About').should('be.visible')
cy.contains('Donate').should('be.visible')
cy.contains('Contact').should('be.visible')
cy.contains('a', 'Contact').should('not.exist')
cy.contains(/Rabbi Gerzi 2025/).should('be.visible')
})
})