Need help figuring out why time-left display update test is failing on Pomodoro Clock project

Hi Everyone,

I have my Pomodoro Clock project in the codepen link below. Even though the time-left display is updating properly, it tells me that it has failed the test. Can anyone tell me why this test is failing? My code is:

https://codepen.io/dgebrese/pen/PoPGwbN?editors=0011

I appreciate the help in advance.

Using DevTools in chrome look at this error in the console.

Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().

Try fixing that error first. Those error messages can sometimes be deceptive.

The pause function is used by design for when the reset button is clicked.

I actually refreshed the web page and disabled the ad-blocker I had running and that fixed the problem!