Why i am failing 9 test in timer part of pomodoro clock challenge

please help and suggest

  1. If the timer is running, the element with the id of “time-left” should display the remaining time in mm:ss format (decrementing by a value of 1 and updating the display every 1000ms).
    Pomodoro has started but time displayed is not changing : expected 0 to be above 0
    AssertionError: Pomodoro has started but time displayed is not changing : expected 0 to be above 0
    at Proxy.f (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:549:2957)
    at Proxy.l (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:431:130)
    at Function.n.isAbove (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:574:960)
    at a. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:180748)
    at l (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:104661)
    at Generator._invoke (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:104414)
    at Generator.forEach.e. [as next] (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:105018)
    at r (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:1054)
    at i (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:1265)

https://codepen.io/parasdhir/pen/gOaavWJ?editors=0110

Hello there,

All the tests pass for me. Have you fixed it?

1 Like

yes .
I have fixed it.