Update teh code for 3d boxes background

pull/170/head
Hammad1007 2 years ago
parent 25b5825ce1
commit d16a91a2b0

@ -45,14 +45,6 @@ describe('Project 2: 3d-Boxes-Background', () => {
cy.get('.magic').should('be.visible').click() cy.get('.magic').should('be.visible').click()
cy.get('.boxes').should('be.visible') cy.get('.boxes').should('be.visible')
}) })
it('The GIF in the image is working or not', () => {
cy.get('.magic').should('be.visible').click()
cy.get('.box').should('be.visible')
cy.get('image').should('have.data', 'background-image', 'https://media.giphy.com/media/EZqwsBSPlvSda/giphy.gif')
})
}) })
}) })
Loading…
Cancel
Save