25 + 5 Clock all tests except one passes and can't figure out why

## 1. When I click the element with the id of “reset”, any running timer should be stopped, the value within id=“break-length” should return to 5, the value within id=“session-length” should return to 25, and the element with id=“time-left” should reset to it’s default state.

*25 + 5 has paused but time continued elapsing: expected '00' to equal '11'
AssertionError: 25 + 5 has paused but time continued elapsing: expected '00' to equal '11'*

Only this test fails even though my reset button seems to work. Could it be a testing problem?

Here is the codepen: 25 + 5 Clock (codepen.io)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.