From 5a3bd9d68e78be4d69e21a5a45b908bda6dcae0d Mon Sep 17 00:00:00 2001 From: Hammad1007 Date: Fri, 15 Dec 2023 17:57:30 +0500 Subject: [PATCH] Update the code for testing --- animated-countdown/cypress/e2e/test1.spec.cy.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/animated-countdown/cypress/e2e/test1.spec.cy.js b/animated-countdown/cypress/e2e/test1.spec.cy.js index b9fa534..076dcfa 100644 --- a/animated-countdown/cypress/e2e/test1.spec.cy.js +++ b/animated-countdown/cypress/e2e/test1.spec.cy.js @@ -19,10 +19,6 @@ describe('Project 3: Animated Countdown', () => { cy.get('.counter').get('h4').should('have.text', 'Get Ready') }) - it('The countdown is visible', () => { - - }) - it('Go word is visible', () => { cy.get('.final').get('h1').should('have.text', 'GO') })