ProductLandingPage - CodeSandbox

Hi. I’m working on this project now, so what I have is incomplete. I’m doing a page for the phone I use, the Google Pixel 3 XL. I almost have the nav bar complete, but for some reason, I’m getting this error when I run the tests on it:
The .nav-link with href="#pricing" is not linked to a corresponding element on the page : expected null to not equal null
I can’t figure out what’s causing this. The id for the pricing section looks the same as the href for that section in the nav bar, so I don’t understand why it’s failing that test. Can someone look at my code here and see if you can figure out what the problem is?

Seems to fixed now? That test is passing for me. Just let us know if you have any issues so we can help.

1 Like

Yes, I just checked it again after leaving it alone for a little while and refreshing the page, and things are working fine now. I have no idea why that was happening.