Build a Technical Documentation Page not testing

Tell us what’s happening:
I’am not able to test my Technical Documentation Page in code pen.
There is no menu there on left side where i can check or run test option to complete my page.
Please help.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36.

Link to the challenge:

Hi, Can you share a link to your project on CodePen?

https://codepen.io/vishalkank/pen/QJzaJb
also below is the screenshot for it…


so im not getting that bottom left ‘select test issue’ pop-up kind of thing…for my account
this screenshot is of my friend’s project…

If you paste this code in the top of the HTML editor that will give you the testsuite in your codepen

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

Thank you so much u solved my problem …