Pomodoro Clock not passing mm:ss test

Hello! I’m working on the pomodoro-clock and I keep getting this error:
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).
The codepen link is below:
https://codepen.io/Supra_01/pen/bGGwVLP

I know there are some other posts about the pomodoro clock challenge but they are either about a different issue or there was no resolution.

Thank you for your time and any help would be appreciated!

It is not passing the test because you did’t complete everything yet
copy paste this
and then open in chrome
select the clock and run the test
click the result of it an it will tell u what is wrong with it

Hi @KittyKora ! :pray:t4:Thank you for the reply! I think there is a misunderstanding here. I did use the test suite.

I know that a project needs to be complete in order to pass the whole test. My question is why am I getting this specific error even though my clock’s time is already set to mm:ss ?

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).

I hope that makes sense.

This is the part that you are missing. When you set the session to 60 minutes the timer says 00:00 instead of 60:00.

3 Likes

@stressstressstress Thank you! That worked!

1 Like

That worked for me. Thanks