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') })