Compare commits
2 commits
f204f471d0
...
a317f24976
| Author | SHA1 | Date | |
|---|---|---|---|
| a317f24976 | |||
| b49fc159e2 |
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ describe('homepage hero', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('renders the header navigation', () => {
|
it('renders the header navigation', () => {
|
||||||
cy.get('header').within(() => {
|
cy.get('header.site-header').within(() => {
|
||||||
cy.contains('Torah Media').should('be.visible')
|
cy.contains('Torah Media').should('be.visible')
|
||||||
cy.contains('About').should('be.visible')
|
cy.contains('About').should('be.visible')
|
||||||
cy.contains('Contact').should('be.visible')
|
cy.contains('Contact').should('be.visible')
|
||||||
|
|
@ -13,10 +13,10 @@ describe('homepage hero', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('opens the Torah Media page from the header navigation', () => {
|
it('opens the Torah Media page from the header navigation', () => {
|
||||||
cy.contains('header a', 'Torah Media').click()
|
cy.contains('header.site-header a', 'Torah Media').click()
|
||||||
|
|
||||||
cy.location('pathname').should('eq', '/media')
|
cy.location('pathname').should('eq', '/media')
|
||||||
cy.get('header').within(() => {
|
cy.get('header.site-header').within(() => {
|
||||||
cy.contains('Torah Media').should('be.visible')
|
cy.contains('Torah Media').should('be.visible')
|
||||||
cy.contains('About').should('be.visible')
|
cy.contains('About').should('be.visible')
|
||||||
cy.contains('Contact').should('be.visible')
|
cy.contains('Contact').should('be.visible')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue