Submission project

I have completed the “tribute page”. but don’t find a way to submit it for review. here is the link “https://codepen.io/Younus08/pen/JjooXBX
please check it and suggest me what i should do?

regards
Md.Younus Ali

You can use this CDN link to run the tests:
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

Or use this link if you want to submit your project.

You can submit your solution to the project page - the one that has the user stories.

But first you should test your page to make sure you have fulfilled all of the user stories before you submit it. Right now you are still failing 2 tests.

Paste this into the top of your HTML:

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

Then click the green icon in the upper left corner of the page. Select “Tribute Page” and click “Run Tests”. You should see what tests you pass or fail. If you have questions you can ask here.

1 Like

Thanks for your kind cooperation.
as per your suggestion i have past the kink and run the test. it is saying “#mocha div missing, add it to your document” Please explain it. I didn’t understand it.

Ah, this is a problem many people have here. If you search the forum for “mocha div missing” you will see many posts and different solutions.

One common solution is that you need to add codepen.io to the list of allowed third-party website cookies.

Try opening the browser console and seeing if there are any errors.

Have you finished it yet

No, I am trying but can’t finish it. There is problem, when i run the test it says “#mocha div missing, add it to your document” I have applied the suggestions getting from the forums, but the problem is still exists.
Seeking help.

1 Like