Front End Development Libraries Projects - Build a 25 + 5 Clock

Tell us what’s happening:

The tests are not passing, but when I manually test them, they seem to work correctly. For example, the test for the audio element with id “beep” states that it must stop playing and rewind to the beginning when the element with the id “reset” is clicked. When I manually check this functionality, the beep stops playing, but the test still indicates that it has not passed.

Your code so far

https://codepen.io/wllife/pen/wvVqpBO?
3. The audio element with id of "beep" must stop playing and be rewound to the beginning when the element with the id of "reset" is clicked.
When I manually check this goal, beep stop play, but test write that test not pass

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0

Challenge Information:

Front End Development Libraries Projects - Build a 25 + 5 Clock

Hi @Wipedlife

All the tests passed.

Try using a different browser.
You could also try using a louder beep sound.

Happy coding