add sponsor carousel
This commit is contained in:
parent
b5cfdfbd47
commit
000d89bf9e
2 changed files with 103 additions and 16 deletions
|
|
@ -417,8 +417,9 @@ describe('homepage sponsor strip', () => {
|
|||
cy.get('[data-cy="sponsor-logo"]').should('have.length', 7)
|
||||
expectedAlts.forEach((altText) => {
|
||||
cy.get(`[data-cy="sponsor-logo"][alt="${altText}"]`)
|
||||
.should('be.visible')
|
||||
.should('have.attr', 'src')
|
||||
})
|
||||
cy.get('[data-cy="sponsor-carousel"]').should('be.visible')
|
||||
cy.get('[data-cy="sponsor-logo-duplicate"]')
|
||||
.should('have.length', 7)
|
||||
cy.get('[data-cy="sponsor-logo-duplicate"][alt=""]')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue