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