Help with Pomodoro Clock test failures

Hi,
9 of mys tests are failing even though I can see it working wtih my own eyes.
I have no clue whats going wrong where for the failing tests.

  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. Error: timeout of 5000ms exceeded. Ensure the done() callback is being called in this test.

2.When I first click the element with id=“start_stop”, the timer should begin running from the value currently displayed in id=“session-length”, even if the value has been incremented or decremented from the original value of 25. TypeError: Cannot read property ‘1’ of null

What am I doing wrong?

A post was merged into an existing topic: Test failing for promodoro