Random Quote Machine: Problem passing test

Can someone please explain to me why the test is not passed?
https://codepen.io/BedwardVedicci/full/poEdQeO
Link to the fCC project :

Did you click on the red Tests button to see the errors? I’ll get you started. The first one is:

Within #quote-box, I can see a clickable element with corresponding id="new-quote"

Look at the id of your new quote button very carefully and I think you’ll see the problem.

1 Like

Thanks mate :laughing:, it was because of the id naming, i included the # in the names :sweat_smile: