I’ve been trying to do this project using and I’ve managed to pass all but two of the test, I’m not sure why the last two aren’t passing but I’m just guessing that it may have something to do with the refreshing of the states not lining up and changing exactly when it’s called?
The user stories not passing are:
User Story #24: When a break countdown reaches zero (NOTE: timer MUST reach 00:00), and a new countdown begins, the element with the id of timer-label
should display a string indicating a session has begun.
User Story #25: When a break countdown reaches zero (NOTE: timer MUST reach 00:00), a new session countdown should begin, counting down from the value currently displayed in the id=“session-length”
element.
I’d really appreciate some help on this one.
Thanks!