I’ve been trying for a while and I can’t figure out why I can’t get test 24 to pass on my Pomodoro clock. Sorry if the code is horribly written or if the problem is obvious, I still feel super new to coding.
Test: 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.
Error Message:
Timer has switched to Break time, but it didn’t start with the correct value.: expected 1 to equal 5
AssertionError: Timer has switched to Break time, but it didn’t start with the correct value.: expected 1 to equal 5