Hello,
When I run tests, it fails with this error:
8. 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).
time-left is not formatted correctly: expected '25' to equal '60'
AssertionError: time-left is not formatted correctly: expected '25' to equal '60'
I couldn’t figure out why this happens. When I tried myself, it seemed to be working just fine.
My code: https://codepen.io/idililicakozkan/pen/yLgaWKy
Could you help me find out why this test is failing?
Thanks