Pomodoro clock help 4

I need help with my project on test # 8.
I have it formatted correctly but it is not passing.

I can see an element with corresponding id="time-left". NOTE: Paused or running, the value in this field should always be displayed in mm:ss format (i.e. 25:00).

Here is the length to my project:

https://codepen.io/jsamuel1/pen/MWYvYrj

If you’ll look at the source code of that test case, you’ll see that what it’s doing is clicking the session length increment button 35 times (to get to 60) and then checks if the timer value has incremented also.

In you case the session timer is not incrementing until start is pressed and it also doesn’t handle session length of 60 minutes quite right.

I still dont understand?

When you click the increment button both “Session Length” and “Session” should increment.
Also check what happens when “Session Length” is 60.

pomodoro_clock

I see what you are talking about when i push the increment button the session is suppose to increment i typed in the right code but its still not doing anything.