diff --git a/3d-boxes-background/cypress/e2e/test1.spec.cy.js b/3d-boxes-background/cypress/e2e/test1.spec.cy.js index 8fc611b..96580b4 100644 --- a/3d-boxes-background/cypress/e2e/test1.spec.cy.js +++ b/3d-boxes-background/cypress/e2e/test1.spec.cy.js @@ -45,14 +45,6 @@ describe('Project 2: 3d-Boxes-Background', () => { cy.get('.magic').should('be.visible').click() 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') - }) }) - - }) \ No newline at end of file