Pomodoro Clock tests not passing

Hi

Link to the project: Pomodoro

I have almost implemented the Pomodoro Clock project with all tests passing except three giving following error messages.

  1. When a session countdown reaches zero (NOTE: timer MUST
    reach 00:00), and a new countdown begins, the element with the id of
    “timer-label” should display a string indicating a break has begun.

  2. When a session countdown reaches zero (NOTE: timer MUST
    reach 00:00), a new break countdown should begin, counting down from the
    value currently displayed in the id=“break-length” element.

  3. When a break countdown reaches zero (NOTE: timer MUST
    reach 00:00), a new session countdown should begin, counting down from
    the value currently displayed in the id=“session-length” element.

I am unable to follow what is the causing the issue. Can anyone have a look and help me with this?

Hey there,

you can have a look at the tests here.

Try to debug it on your own and let us know if you need some additional help.