Test #13 fails in the Pomodoro Clock

Hello,

In overall I’m very happy with the performance and the look of my Pomodoro clock app, but for some reason it doesn’t pass Test #13.

It all seems to be working fine, but it bugs me that this one particular test fails in my app. What could be wrong with my code here?

Here is my pen.

Best regards,
Konstantin

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Build a Pomodoro Clock

Link to the challenge:
https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-pomodoro-clock

Hello Konstantin
I really like the look of your app :smiley: it seems your project is passing all tests now. What was the issue you were facing with test #13?

Hey!

Thank you! :slight_smile: It seems that once the timer was at 0 it didn’t switch to the break value and was just using the session value as a starting point for a new countdown. And since when I was manually testing I was setting both values equal to 1 min, I couldn’t spot it :sweat_smile: