Error in Product Landing Page Project: "#video should have a scr attribute"

I believe there is an error in the tests for the Product Landing Page project. When I run the tests, I get the message, “#video should have a scr attribute.” Is this supposed to be an src attribute?

I see now that the typo doesn’t affect the test. For anyone else having this issue, put the src attribute directly into the video tag rather than in a source tag.

1 Like

Thank you for saving my sanity !