test contact removal
This commit is contained in:
parent
3e7b7ab84b
commit
2c8c4690ff
4 changed files with 11 additions and 119 deletions
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue