Drm Machine Challenge - despite working correctly, fails test

My machine, when you press for example q, will play music. But the test says it doesn’t. I wrote it in Angular and this may be the issue but I hate to have to rewrite the whole thing from scratch in React. Can someone take a look? Thanks!

It’s here:

https://codepen.io/macengr/pen/rbyQYB

I think the issue is you have some keys wired to the same sound. I think there needs to be 8 seperate sounds to pass the tests.

But it passes the mouseclick tests, despite being wired to the same sound (although I plan to change the sounds before submitting it.

Do everything before you run the test. Once the test are all passing you should submit it.
I think if you fix the sounds it will pass