test media set icon
This commit is contained in:
parent
0aeeed6f2e
commit
28f0e87386
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@ describe('media page sets', () => {
|
|||
.should('have.length', 1)
|
||||
.first()
|
||||
.within(() => {
|
||||
cy.get('[data-cy="media-set-icon"]').should('be.visible')
|
||||
cy.get('img[data-cy="media-set-icon"]')
|
||||
.should('be.visible')
|
||||
.and('have.attr', 'src')
|
||||
.and('include', '/assets/baderech-haavodah-icon.svg')
|
||||
cy.contains('h2', 'Baderech HaAvodah').should('be.visible')
|
||||
cy.contains('a structured path for inner and outer growth')
|
||||
.should('be.visible')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue