Anyone tried the Pomodoro challenge with hooks?

I finished the Pomodoro challenges using React classes here:
https://codepen.io/multitudes/full/jObbBzj

And so far so good! All tests are passing

I spent a couple of weeks learning about hooks in react and refactored the app and the last test is not passing. It says the audio is not playing but I hear it…
Am I doing something wrong with the audio in the hooks? The code is almost the same as for the previous codepen
https://codepen.io/multitudes/pen/MWaKxev

Any help is appreciated. Maybe is a problem with the tests? Just wanted to make sure!
Thanks