Project Technical Documentation Page

https://codepen.io/Avarittia/pen/gOGKMRX . Please help with the 10. Additionally, the navbar should contain link (a) elements with the class of “nav-link”. There should be one for every element with the class “main-section”. Cannot seem to find what I am missing there in my “technical documentation page” to get the error.

Welcome to the forums @Avarittia.

When a test fails cClick the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The full failing message says

Additionally, the navbar should contain link (<a>) elements with the class of "nav-link". There should be one for every element with the class "main-section".
There should be one .nav-link for every element with the class of "main-section", and every .nav-link should be within #navbar : expected 15 to equal 5
AssertionError: There should be one .nav-link for every element with the class of "main-section", and every .nav-link should be within #navbar : expected 15 to equal 5

Do you understand what the test is looking for and why it fails?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.