From d16a91a2b09b9caa669bf196ff269566801cbceb Mon Sep 17 00:00:00 2001 From: Hammad1007 Date: Fri, 15 Dec 2023 14:58:10 +0500 Subject: [PATCH] Update teh code for 3d boxes background --- 3d-boxes-background/cypress/e2e/test1.spec.cy.js | 8 -------- 1 file changed, 8 deletions(-) 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