test contact removal
This commit is contained in:
parent
3e7b7ab84b
commit
2c8c4690ff
4 changed files with 11 additions and 119 deletions
|
|
@ -19,8 +19,8 @@ describe('media page sets', () => {
|
|||
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.contains('h1', 'Torah Media').should('be.visible')
|
||||
cy.get('[data-cy="media-set-grid"]').should('be.visible')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue